Home
last modified time | relevance | path

Searched refs:h5_ctx (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c47 const static h5_t *h5_ctx; variable
61 h5_ctx->h5_send_sync_cmd(opcode, NULL, buf->len); in h5_send()
65 h5_ctx->h5_send_cmd(HCI_COMMAND_PKT, buf->data, buf->len); in h5_send()
68 h5_ctx->h5_send_acl_data(HCI_ACLDATA_PKT, buf->data, buf->len); in h5_send()
213 h5_ctx = get_h5_interface(); in h5_open()
215 h5_ctx->h5_int_init(packet_recv_cb); in h5_open()

Completed in 2 milliseconds