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

  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 64 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q;
90 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q;
120 tBTM_BLE_IRK_Q *p_q = &btm_ble_vendor_cb.irk_pend_q;
713 btm_ble_vendor_cb.irk_pend_q.irk_q = (BD_ADDR*) GKI_getbuf (sizeof (BD_ADDR) *
715 btm_ble_vendor_cb.irk_pend_q.irk_q_random_pseudo = (BD_ADDR*)GKI_getbuf (sizeof (BD_ADDR) *
717 btm_ble_vendor_cb.irk_pend_q.irk_q_action = (UINT8*) GKI_getbuf (max_irk_list_sz);
744 if (btm_ble_vendor_cb.irk_pend_q.irk_q)
745 GKI_freebuf(btm_ble_vendor_cb.irk_pend_q.irk_q);
747 if (btm_ble_vendor_cb.irk_pend_q.irk_q_random_pseudo)
748 GKI_freebuf(btm_ble_vendor_cb.irk_pend_q.irk_q_random_pseudo)
    [all...]
  /external/bluetooth/bluedroid/vnd/include/
vendor_ble.h 97 tBTM_BLE_IRK_Q irk_pend_q; member in struct:__anon6365

Completed in 39 milliseconds