Searched refs:handle_pair (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices_test.cc | 476 for (auto const& handle_pair : expected_to_read_write) { in TEST_F() local 477 EXPECT_CALL(gatt_queue, ReadCharacteristic(_, handle_pair.first, _, _)); in TEST_F() 478 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F() 482 RegisterForNotifications(gatt_if, _, handle_pair.first)); in TEST_F() 553 for (auto const& handle_pair : expected_to_write_value_ccc_handle_map) { in TEST_F() local 554 EXPECT_CALL(gatt_queue, WriteDescriptor(_, handle_pair.second, in TEST_F() 558 RegisterForNotifications(gatt_if, _, handle_pair.first)); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine_test.cc | 1071 types::hdl_pair handle_pair; in MultipleTestDevicePrepare() local 1072 handle_pair.val_hdl = attr_handle++; in MultipleTestDevicePrepare() 1073 handle_pair.ccc_hdl = attr_handle++; in MultipleTestDevicePrepare() 1076 std::make_tuple(std::move(handle_pair), pac_recs)); in MultipleTestDevicePrepare() 1096 types::hdl_pair handle_pair; in MultipleTestDevicePrepare() local 1097 handle_pair.val_hdl = attr_handle++; in MultipleTestDevicePrepare() 1098 handle_pair.ccc_hdl = attr_handle++; in MultipleTestDevicePrepare() 1101 std::make_tuple(std::move(handle_pair), pac_recs)); in MultipleTestDevicePrepare()
|
D | client.cc | 2512 struct bluetooth::le_audio::types::hdl_pair handle_pair, in subscribe_for_notification() argument 2516 uint16_t handle = handle_pair.val_hdl; in subscribe_for_notification() 2517 uint16_t ccc_handle = handle_pair.ccc_hdl; in subscribe_for_notification()
|