Home
last modified time | relevance | path

Searched refs:api_listen (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c2255 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if); in bta_gattc_listen()
2260 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen()
2265 p_msg->api_listen.client_if); in bta_gattc_listen()
2269 if (bta_gattc_mark_bg_conn(p_msg->api_listen.client_if, in bta_gattc_listen()
2270 (BD_ADDR_PTR) p_msg->api_listen.remote_bda, in bta_gattc_listen()
2271 p_msg->api_listen.start, in bta_gattc_listen()
2274 if (!GATT_Listen(p_msg->api_listen.client_if, in bta_gattc_listen()
2275 p_msg->api_listen.start, in bta_gattc_listen()
2276 p_msg->api_listen.remote_bda)) in bta_gattc_listen()
2287 if (p_msg->api_listen.start) in bta_gattc_listen()
[all …]
Dbta_gatts_act.c829 tBTA_GATTS_RCB *p_rcb = bta_gatts_find_app_rcb_by_app_if(p_msg->api_listen.server_if); in bta_gatts_listen()
834 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
842 if (!GATT_Listen(p_msg->api_listen.server_if, in bta_gatts_listen()
843 p_msg->api_listen.start, in bta_gatts_listen()
844 p_msg->api_listen.remote_bda)) in bta_gatts_listen()
Dbta_gatts_int.h177 tBTA_GATTS_API_LISTEN api_listen; member
Dbta_gattc_int.h241 tBTA_GATTC_API_LISTEN api_listen; member