Searched refs:p_found_idx (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_int.h | 592 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TR… 651 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT…
|
D | gatt_utils.c | 708 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, in gatt_find_the_connected_bda() argument 720 *p_found_idx = i; in gatt_find_the_connected_bda() 1980 BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_… in gatt_find_app_hold_link() argument 1990 *p_found_idx = i; in gatt_find_app_hold_link()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_int.h | 1163 extern BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC **p_…
|
D | btm_sec.c | 6067 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC **p_rec) in btm_sec_find_bonded_dev() argument 6085 *p_found_idx = i; in btm_sec_find_bonded_dev()
|