Searched refs:p_gatt_if (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h599 extern BOOLEAN gatt_find_app_for_bg_dev(BD_ADDR bd_addr, tGATT_IF *p_gatt_if);
631 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
H A Dgatt_utils.c1887 BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if) argument
1896 *p_gatt_if = gatt_cb.clcb[i].p_reg->gatt_if;
2418 BOOLEAN gatt_find_app_for_bg_dev(BD_ADDR bd_addr, tGATT_IF *p_gatt_if) argument
2433 *p_gatt_if = p_dev->gatt_if[i];
H A Dgatt_api.c1504 ** p_gatt_if: applicaiton interface (output)
1510 BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_addr) argument
1524 *p_gatt_if = gatt_if;
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h1113 ** p_gatt_if: applicaiton interface (output)
1119 GATT_API extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_addr);

Completed in 84 milliseconds