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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c2075 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if);
2078 cb_data.reg_oper.client_if = p_msg->api_listen.client_if;
2083 p_msg->api_listen.client_if);
2087 if (bta_gattc_mark_bg_conn(p_msg->api_listen.client_if,
2088 (BD_ADDR_PTR) p_msg->api_listen.remote_bda,
2089 p_msg->api_listen.start,
2092 if (!GATT_Listen(p_msg->api_listen.client_if,
2093 p_msg->api_listen.start,
2094 p_msg->api_listen.remote_bda))
2105 if (p_msg->api_listen
[all...]
H A Dbta_gatts_act.c796 tBTA_GATTS_RCB *p_rcb = bta_gatts_find_app_rcb_by_app_if(p_msg->api_listen.server_if);
799 cb_data.reg_oper.server_if = p_msg->api_listen.server_if;
807 if (!GATT_Listen(p_msg->api_listen.server_if,
808 p_msg->api_listen.start,
809 p_msg->api_listen.remote_bda))
H A Dbta_gatts_int.h175 tBTA_GATTS_API_LISTEN api_listen; member in union:__anon572
H A Dbta_gattc_int.h230 tBTA_GATTC_API_LISTEN api_listen; member in union:__anon547

Completed in 143 milliseconds