Searched refs:connection_handle (Results 1 – 3 of 3) sorted by relevance
341 uint16_t connection_handle = acl_packet[1] & 0xF; in handle_no_ops() local342 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()
353 uint16_t connection_handle = acl_packet[1] & 0xF; in handle_no_ops() local354 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()
1974 bool OpenSession(CodecId codec_id, int connection_handle, bool nrec, in OpenSession() argument1979 .connectionHandle = connection_handle, in OpenSession()