Home
last modified time | relevance | path

Searched refs:p_server_cb (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c40 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
428 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8… in bta_gattc_discover_pri_service() argument
434 BTM_ReadDevInfo(p_server_cb->server_bda, &dev_type, &addr_type); in bta_gattc_discover_pri_service()
436 return bta_gattc_discover_procedure(conn_id, p_server_cb, disc_type); in bta_gattc_discover_pri_service()
438 return bta_gattc_sdp_service_disc(conn_id, p_server_cb); in bta_gattc_discover_pri_service()
452 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 d… in bta_gattc_discover_procedure() argument
469 bta_gattc_get_disc_range(p_server_cb, &param.s_handle, &param.e_handle, is_service); in bta_gattc_discover_procedure()
862 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb) in bta_gattc_sdp_service_disc() argument
881 …if(!SDP_ServiceSearchAttributeRequest (p_server_cb->server_bda, bta_gattc_cb.p_sdp_db, &bta_gattc_… in bta_gattc_sdp_service_disc()
Dbta_gattc_int.h474 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, …
475 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb