HomeSort by relevance Sort by last modified time
    Searched refs:p_hci_if (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/hci/src/
bt_hw.c 41 extern tHCI_IF *p_hci_if;
91 p_hci_if->get_acl_max_len();
165 return p_hci_if->send_int_cmd(opcode, (HC_BT_HDR *)p_buf, p_cback);
bt_hci_bdroid.c 77 tHCI_IF *p_hci_if; variable
205 p_hci_if = &hci_mct_func_table;
208 p_hci_if = &hci_h4_func_table;
211 p_hci_if->init();
389 p_hci_if->cleanup();
449 p_hci_if->rcv();
491 p_hci_if->get_acl_max_len();
537 p_hci_if->send(sending_msg_que[i]);

Completed in 23 milliseconds