Searched refs:SDP_FindProtocolListElemInRec (Results 1 – 11 of 11) sorted by relevance
/system/bt/bta/sdp/ |
D | bta_sdp_act.c | 126 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_mns_sdp_record() 180 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_mas_sdp_record() 227 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_pse_sdp_record() 264 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_ops_sdp_record() 345 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_sap_sdp_record() 373 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_create_raw_sdp_record()
|
/system/bt/bta/mce/ |
D | bta_mce_act.c | 90 if (!SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_mce_search_cback()
|
/system/bt/stack/a2dp/ |
D | a2d_api.c | 101 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_AVDTP, &elem)) in a2d_sdp_cback()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_sdp.c | 243 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_hf_client_sdp_find_attr()
|
/system/bt/stack/include/ |
D | sdp_api.h | 376 extern BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec,
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.c | 352 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_ag_sdp_find_attr()
|
/system/bt/stack/sdp/ |
D | sdp_api.c | 781 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM … in SDP_FindProtocolListElemInRec() function
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 848 if (SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_ATT, &pe)) in bta_gattc_sdp_callback()
|
/system/bt/bta/hl/ |
D | bta_hl_act.c | 1722 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_L2CAP, &pe)) in bta_hl_sdp_cback()
|
/system/bt/bta/jv/ |
D | bta_jv_act.c | 894 if (p_sdp_rec && SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_jv_start_discovery_cback()
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 1593 … if (p_sdp_rec && SDP_FindProtocolListElemInRec(p_sdp_rec, UUID_PROTOCOL_RFCOMM, &pe)) in bta_dm_sdp_result()
|