Lines Matching refs:handles
297 for (auto const& handles : handle_pairs) { in TestSubscribeNotifications() local
298 EXPECT_CALL(gatt_queue, WriteDescriptor(conn_id, handles.second, in TestSubscribeNotifications()
302 RegisterForNotifications(gatt_if, address, handles.first)) in TestSubscribeNotifications()
311 std::vector<uint16_t> handles) { in TestReadCharacteristic() argument
319 for (auto const& handle : handles) { in TestReadCharacteristic()
551 std::map<uint16_t, uint16_t> handles({{0x0021, 0x0022}}); in TEST_F() local
552 TestSubscribeNotifications(GetTestAddress(0), 1, handles); in TEST_F()
558 std::vector<uint16_t> handles({0x0021}); in TEST_F() local
559 TestReadCharacteristic(test_address, 1, handles); in TEST_F()
563 std::vector<uint16_t> handles({0x0026}); in TEST_F() local
564 TestReadCharacteristic(GetTestAddress(0), 1, handles); in TEST_F()