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

  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 128 /** set to sizeof(bt_hc_callbacks_t) */
154 } bt_hc_callbacks_t; typedef in typeref:struct:__anon717
167 int (*init)(const bt_hc_callbacks_t* p_cb, unsigned char *local_bdaddr);
bt_hci_bdroid.h 140 extern bt_hc_callbacks_t *bt_hc_cbacks;
  /external/bluetooth/bluedroid/main/
bte_main.c 87 static const bt_hc_callbacks_t hc_callbacks;
745 static const bt_hc_callbacks_t hc_callbacks = {
746 sizeof(bt_hc_callbacks_t),
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 75 bt_hc_callbacks_t *bt_hc_cbacks = NULL;
180 static int init(const bt_hc_callbacks_t* p_cb, unsigned char *local_bdaddr)
198 bt_hc_cbacks = (bt_hc_callbacks_t *) p_cb;

Completed in 26 milliseconds