HomeSort by relevance Sort by last modified time
    Searched refs:peer_sdp_features (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/ag/
bta_ag_act.cc 470 size_t sdp_features_size = sizeof(p_scb->peer_sdp_features);
473 (uint8_t*)&p_scb->peer_sdp_features, &sdp_features_size)) {
474 bool sdp_wbs_support = p_scb->peer_sdp_features & BTA_AG_FEAT_WBS_SUPPORT;
bta_ag_sdp.cc 376 if (sdp_features != p_scb->peer_sdp_features) {
377 p_scb->peer_sdp_features = sdp_features;
bta_ag_int.h 206 uint16_t peer_sdp_features; /* peer device SDP features */ member in struct:tBTA_AG_SCB
bta_ag_main.cc 337 p_scb->peer_sdp_features = 0;

Completed in 77 milliseconds