Home
last modified time | relevance | path

Searched defs:indicate (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dgeneric_attribute_service.cc62 bool indicate) { in Register()
112 PeerId peer_id, bool indicate) { in SetServiceChangedIndicationSubscription()
H A Dfake_client.cc254 void FakeClient::SendNotification(bool indicate, in SendNotification()
H A Dfake_layer.cc280 bool indicate) { in CallPersistServiceChangedCCCCallback()
H A Dlocal_service_manager.cc300 bool indicate = ccc_value & kCCCIndicationBit; in OnWriteCCC() local
H A Dlocal_service_manager_test.cc1048 bool indicate) { in BuildService()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_server_server.cc318 bool indicate) { in PublishService()
428 bool indicate) { in OnCharacteristicConfig()
H A Dgatt2_server_server.cc240 bool indicate) { in OnClientCharacteristicConfiguration()
H A Dgatt2_server_server_test.cc115 bool indicate, in CharacteristicConfiguration()
744 fbg::LocalService::CharacteristicConfigurationCallback cb) { in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dpersisted_data.h26 bool indicate; member
H A Dlocal_service_manager.h109 bool indicate; member
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/config/
H A DRadioConfigIndication.cpp36 std::shared_ptr<aidl::IRadioConfigIndication> RadioConfigIndication::indicate() { in indicate() function in android::hardware::radio::compat::RadioConfigIndication
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc304 const bool indicate = false; in set_sample_database() local
837 std::vector<uint8_t> value, bool indicate = false) { in InjectNotificationEvent()
870 const HasPreset& preset, bool indicate, bool is_last) { in InjectNotifyReadPresetResponse()
882 void InjectPresetChanged(uint16_t conn_id, RawAddress const& address, bool indicate, in InjectPresetChanged()
910 std::vector<uint8_t> value, bool indicate, int index, in InjectNotifyReadPresetsResponse()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs62 pub fn indicate(&self) -> bool { in indicate() method
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/
D_packets.rs1075 pub indicate: u8, field
1095 pub fn indicate(&self) -> u8 { in indicate() method
1196 let indicate = ((chunk >> 5) & 0x1); in decode() localVariable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/
D_packets.rs1075 pub indicate: u8, field
1095 pub fn indicate(&self) -> u8 { in indicate() method
1196 let indicate = ((chunk >> 5) & 0x1); in decode() localVariable