Home
last modified time | relevance | path

Searched refs:connection_handle (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp341 uint16_t connection_handle = acl_packet[1] & 0xF; in handle_no_ops() local
342 connection_handle <<= 8; in handle_no_ops()
343 connection_handle |= acl_packet[0]; in handle_no_ops()
344 bool packet_is_no_op = connection_handle == ACL_HANDLE_QCA_DEBUG_MESSAGE; in handle_no_ops()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp353 uint16_t connection_handle = acl_packet[1] & 0xF; in handle_no_ops() local
354 connection_handle <<= 8; in handle_no_ops()
355 connection_handle |= acl_packet[0]; in handle_no_ops()
356 bool packet_is_no_op = connection_handle == ACL_HANDLE_QCA_DEBUG_MESSAGE; in handle_no_ops()
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp1974 bool OpenSession(CodecId codec_id, int connection_handle, bool nrec, in OpenSession() argument
1979 .connectionHandle = connection_handle, in OpenSession()