Home
last modified time | relevance | path

Searched refs:peer_scn (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc174 sdp_state->peer_scn = (uint8_t)pe.params[0]; in bta_dm_sdp_result()
275 result = static_cast<tBTA_STATUS>(3 + sdp_state->peer_scn); in bta_dm_sdp_result()
277 log::verbose("Piggy back the SCN over result field SCN={}", sdp_state->peer_scn); in bta_dm_sdp_result()
Dbta_dm_disc_int.h92 uint8_t peer_scn; member
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc248 UUID_SERVCLASS_HF_HANDSFREE, client_cb->peer_scn, false, BTA_HF_CLIENT_MTU, in bta_hf_client_rfc_do_open()
Dbta_hf_client_sdp.cc276 client_cb->peer_scn = (uint8_t)pe.params[0]; in bta_hf_client_sdp_find_attr()
Dbta_hf_client_int.h190 uint8_t peer_scn; /* peer scn */ member
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc334 bta_ag_uuid[p_scb->conn_service], p_scb->peer_scn, false, BTA_AG_MTU, p_scb->peer_addr, in bta_ag_rfc_do_open()
Dbta_ag_int.h310 uint8_t peer_scn; /* peer scn */
Dbta_ag_sdp.cc380 p_scb->peer_scn = (uint8_t)pe.params[0]; in bta_ag_sdp_find_attr()