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

  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 166 /** Set to sizeof(bt_hc_interface_t) */
198 } bt_hc_interface_t; typedef in typeref:struct:__anon5767
205 extern const bt_hc_interface_t* bt_hc_get_interface(void);
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 505 static const bt_hc_interface_t bluetoothHCLibInterface = {
506 sizeof(bt_hc_interface_t),
527 const bt_hc_interface_t *bt_hc_get_interface(void)
  /external/bluetooth/bluedroid/main/
bte_main.c 91 static bt_hc_interface_t *bt_hc_if=NULL;
142 if ( (bt_hc_if = (bt_hc_interface_t *) bt_hc_get_interface()) \

Completed in 32 milliseconds