Searched refs:p_gatt_if (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_int.h | 599 extern BOOLEAN gatt_find_app_for_bg_dev(BD_ADDR bd_addr, tGATT_IF *p_gatt_if); 631 …att_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
|
D | gatt_utils.c | 1887 …gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if) in gatt_find_app_hold_link() argument 1896 *p_gatt_if = gatt_cb.clcb[i].p_reg->gatt_if; in gatt_find_app_hold_link() 2418 BOOLEAN gatt_find_app_for_bg_dev(BD_ADDR bd_addr, tGATT_IF *p_gatt_if) in gatt_find_app_for_bg_dev() argument 2433 *p_gatt_if = p_dev->gatt_if[i]; in gatt_find_app_for_bg_dev()
|
D | gatt_api.c | 1510 BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_addr) in GATT_GetConnectionInfor() argument 1524 *p_gatt_if = gatt_if; in GATT_GetConnectionInfor()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 1119 …GATT_API extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_ad…
|