Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.c2023 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if); in bta_gattc_listen()
2028 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen()
2033 p_msg->api_listen.client_if); in bta_gattc_listen()
2037 if (bta_gattc_mark_bg_conn(p_msg->api_listen.client_if, in bta_gattc_listen()
2038 (BD_ADDR_PTR) p_msg->api_listen.remote_bda, in bta_gattc_listen()
2039 p_msg->api_listen.start, in bta_gattc_listen()
2042 if (!GATT_Listen(p_msg->api_listen.client_if, in bta_gattc_listen()
2043 p_msg->api_listen.start, in bta_gattc_listen()
2044 p_msg->api_listen.remote_bda)) in bta_gattc_listen()
2055 if (p_msg->api_listen.start) in bta_gattc_listen()
[all …]
Dbta_gatts_act.c804 tBTA_GATTS_RCB *p_rcb = bta_gatts_find_app_rcb_by_app_if(p_msg->api_listen.server_if); in bta_gatts_listen()
809 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
817 if (!GATT_Listen(p_msg->api_listen.server_if, in bta_gatts_listen()
818 p_msg->api_listen.start, in bta_gatts_listen()
819 p_msg->api_listen.remote_bda)) in bta_gatts_listen()
Dbta_gatts_int.h177 tBTA_GATTS_API_LISTEN api_listen; member
Dbta_gattc_int.h231 tBTA_GATTC_API_LISTEN api_listen; member