Searched refs:supported_scenarios_mpsd (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 238 pub supported_scenarios_mpsd: SupportedScenarios, // LibBluetooth expects big endian data field 268 supported_scenarios_mpsd: [0, 0, 0, 0, 0, 0, 0b_1_0101, 0b_0101_0101], in default() 282 supported_scenarios_mpsd: item.supported_scenarios_mpsd, in from() 404 supported_scenarios_mpsd: mps.supported_scenarios_mpsd, in get_unsafe_record()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 117 uint8_t supported_scenarios_mpsd[8]; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 949 (uint32_t)8, (uint8_t*)&rec->supported_scenarios_mpsd);
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 279 supported_scenarios_mpsd: SupportedScenarios, field
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 191 supported_scenarios_mpsd: SupportedScenarios, field
|