Searched refs:HCID_GET_HANDLE (Results 1 – 7 of 7) sorted by relevance
175 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()192 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()252 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()265 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()274 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()1063 handle = HCID_GET_HANDLE(handle); in btu_hcif_connection_comp_evt()1129 handle = HCID_GET_HANDLE(handle); in btu_hcif_disconnection_comp_evt()1352 handle = HCID_GET_HANDLE(handle); in btu_hcif_esco_connection_comp_evt()1383 handle = HCID_GET_HANDLE(handle); in btu_hcif_esco_connection_chg_evt()1928 handle = HCID_GET_HANDLE(handle); in btu_hcif_read_clock_off_comp_evt()[all …]
129 handle = HCID_GET_HANDLE(handle); in btm_ble_conn_complete()
5439 handle = HCID_GET_HANDLE(handle); in btm_sec_auth_payload_tout()
424 HCID_GET_HANDLE((((uint16_t)packet[ACL_CHANNEL_OFFSET + 1]) << 8) + in should_filter_log()
1243 handle = HCID_GET_HANDLE(handle); in l2c_link_process_num_completed_pkts()1342 handle = HCID_GET_HANDLE(handle); in l2c_link_segments_xmitted()
70 handle = HCID_GET_HANDLE(handle); in l2c_rcv_acl_data()
640 #define HCID_GET_HANDLE(u16) (uint16_t)((u16)&HCI_DATA_HANDLE_MASK) macro