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

  /external/bluetooth/bluedroid/vnd/include/
vendor_ble.h 81 UINT8 *irk_q_action; member in struct:__anon6364
  /external/bluetooth/bluedroid/vnd/ble/
vendor_ble.c 68 p_q->irk_q_action[p_q->q_next] = to_add;
96 action == p_q->irk_q_action[i])
717 btm_ble_vendor_cb.irk_pend_q.irk_q_action = (UINT8*) GKI_getbuf (max_irk_list_sz);
750 if (btm_ble_vendor_cb.irk_pend_q.irk_q_action)
751 GKI_freebuf(btm_ble_vendor_cb.irk_pend_q.irk_q_action);

Completed in 39 milliseconds