Home
last modified time | relevance | path

Searched refs:HCID_GET_HANDLE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc155 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()
174 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()
183 handle = HCID_GET_HANDLE(handle); in btu_hcif_log_event_metrics()
861 handle = HCID_GET_HANDLE(handle); in btu_hcif_esco_connection_comp_evt()
900 handle = HCID_GET_HANDLE(handle); in btu_hcif_esco_connection_chg_evt()
1381 handle = HCID_GET_HANDLE(handle); in btu_hcif_read_clock_off_comp_evt()
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc227 uint16_t handle = HCID_GET_HANDLE(handle_with_flags); in transmit_iso_fragment()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h251 #define HCID_GET_HANDLE(u16) (uint16_t)((u16)&HCI_DATA_HANDLE_MASK) macro
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc74 handle = HCID_GET_HANDLE(handle); in l2c_rcv_acl_data()
Dl2c_link.cc1120 handle = HCID_GET_HANDLE(handle); in l2c_link_segments_xmitted()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h830 evt.cis_conn_hdl = HCID_GET_HANDLE(handle); in handle_iso_data()
Dbtm_sco.cc558 uint16_t handle = HCID_GET_HANDLE(handle_with_flags); in btm_send_sco_packet()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2586 acl_header.handle = HCID_GET_HANDLE(acl_header.handle); in acl_rcv_acl_data()