/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_queue_mock.cc | 43 void BtaGattQueue::WriteDescriptor(uint16_t conn_id, uint16_t handle, in WriteDescriptor() function in BtaGattQueue 47 gatt_queue->WriteDescriptor(conn_id, handle, value, write_type, cb, cb_data); in WriteDescriptor()
|
D | bta_gatt_queue_mock.h | 36 MOCK_METHOD((void), WriteDescriptor,
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_queue.h | 47 static void WriteDescriptor(uint16_t conn_id, uint16_t handle,
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 478 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F() 499 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in TEST_F() 554 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F()
|
D | device.cc | 245 BtaGattQueue::WriteDescriptor(connection_id, ccc_handle, std::move(value), in subscribe_for_notifications()
|
D | vc_test.cc | 301 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in SetUp() 388 EXPECT_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in TestSubscribeNotifications() 395 EXPECT_CALL(gatt_queue, WriteDescriptor(conn_id, handles.second, in TestSubscribeNotifications()
|
/packages/modules/Bluetooth/system/bta/has/ |
D | has_client_test.cc | 735 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in SetUp() 1477 EXPECT_CALL(gatt_queue, WriteDescriptor(1, _, _, _, _, _)).Times(3); in TEST_F() 1539 EXPECT_CALL(gatt_queue, WriteDescriptor(1, _, _, _, _, _)).Times(0); in TEST_F() 1717 EXPECT_CALL(gatt_queue, WriteDescriptor(test_conn_id, _, _, _, _, _)) in TEST_F() 1720 WriteDescriptor(test_conn_id, HasDbBuilder::kFeaturesValHdl + 1, in TEST_F() 1761 EXPECT_CALL(gatt_queue, WriteDescriptor(test_conn_id, _, _, _, _, _)) in TEST_F() 1764 WriteDescriptor(test_conn_id, HasDbBuilder::kFeaturesValHdl + 1, in TEST_F() 1801 EXPECT_CALL(gatt_queue, WriteDescriptor(1, _, _, _, _, _)).Times(AnyNumber()); in TEST_F() 1803 WriteDescriptor(1, HasDbBuilder::kPresetsCtpValHdl + 1, in TEST_F()
|
D | has_client.cc | 2078 BtaGattQueue::WriteDescriptor( in SubscribeForNotifications()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 255 void BtaGattQueue::WriteDescriptor(uint16_t conn_id, uint16_t handle, in WriteDescriptor() function in BtaGattQueue
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 275 await self.__gatt_stub.WriteDescriptor(empty_proto.Empty())
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 80 rpc WriteDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 867 self.proxy().WriteDescriptor(self.client_id, address, handle, auth_req, value)
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client_test.cc | 489 ON_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in SetUp() 660 EXPECT_CALL(gatt_queue, WriteDescriptor(_, _, _, _, _, _)) in TestGattWriteCCC()
|
D | csis_client.cc | 2216 BtaGattQueue::WriteDescriptor( in SubscribeForNotifications()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 588 WriteDescriptor(i32, GattStatus, u16, u16, *const u8), enumerator 701 gc_write_descriptor_cb -> GattClientCallbacks::WriteDescriptor,
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 1170 BtaGattQueue::WriteDescriptor( in OnDeviceReady() 1306 BtaGattQueue::WriteDescriptor( in SendEnableServiceChangedInd()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_le.cc | 654 BtaGattQueue::WriteDescriptor(p_cb->conn_id, p_desc->handle, std::move(value), in bta_hh_le_write_ccc()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 738 ON_CALL(mock_gatt_queue_, WriteDescriptor(_, _, _, _, _, _)) in SetUpMockGatt() 9366 EXPECT_CALL(mock_gatt_queue_, WriteDescriptor(_, _, _, _, _, _)).Times(0); in TEST_F() 9411 EXPECT_CALL(mock_gatt_queue_, WriteDescriptor(_, _, _, _, _, _)).Times(0); in TEST_F() 9455 EXPECT_CALL(mock_gatt_queue_, WriteDescriptor(_, _, _, _, _, _)) in TEST_F()
|
D | client.cc | 2536 BtaGattQueue::WriteDescriptor( in subscribe_for_notification()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2936 #[btif_callback(WriteDescriptor)]
|