Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_act.cc470 size_t sdp_features_size = sizeof(p_scb->peer_sdp_features); in bta_ag_rfc_open()
473 (uint8_t*)&p_scb->peer_sdp_features, &sdp_features_size)) { in bta_ag_rfc_open()
474 bool sdp_wbs_support = p_scb->peer_sdp_features & BTA_AG_FEAT_WBS_SUPPORT; in bta_ag_rfc_open()
Dbta_ag_sdp.cc376 if (sdp_features != p_scb->peer_sdp_features) { in bta_ag_sdp_find_attr()
377 p_scb->peer_sdp_features = sdp_features; in bta_ag_sdp_find_attr()
Dbta_ag_int.h206 uint16_t peer_sdp_features; /* peer device SDP features */ member
Dbta_ag_main.cc337 p_scb->peer_sdp_features = 0; in bta_ag_scb_alloc()