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

/system/bt/bta/gatt/
H A Dbta_gattc_act.c2290 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if);
2295 cb_data.reg_oper.client_if = p_msg->api_listen.client_if;
2300 p_msg->api_listen.client_if);
2304 if (bta_gattc_mark_bg_conn(p_msg->api_listen.client_if,
2305 (BD_ADDR_PTR) p_msg->api_listen.remote_bda,
2306 p_msg->api_listen.start,
2309 if (!GATT_Listen(p_msg->api_listen.client_if,
2310 p_msg->api_listen.start,
2311 p_msg->api_listen.remote_bda))
2322 if (p_msg->api_listen
[all...]
H A Dbta_gatts_int.h177 tBTA_GATTS_API_LISTEN api_listen; member in union:__anon189
H A Dbta_gatts_act.c827 tBTA_GATTS_RCB *p_rcb = bta_gatts_find_app_rcb_by_app_if(p_msg->api_listen.server_if);
832 cb_data.reg_oper.server_if = p_msg->api_listen.server_if;
840 if (!GATT_Listen(p_msg->api_listen.server_if,
841 p_msg->api_listen.start,
842 p_msg->api_listen.remote_bda))
H A Dbta_gattc_int.h241 tBTA_GATTC_API_LISTEN api_listen; member in union:__anon164

Completed in 28 milliseconds