Home
last modified time | relevance | path

Searched refs:HCI_ACL_DATA_TO_LOWER (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/include/
Dbt_target.h413 #ifndef HCI_ACL_DATA_TO_LOWER
414 #define HCI_ACL_DATA_TO_LOWER(p) bte_hcisu_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_ACL); macro
/external/bluetooth/bluedroid/include/
Dbt_target.h667 #ifndef HCI_ACL_DATA_TO_LOWER
668 #define HCI_ACL_DATA_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_ACL); macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c104 HCI_ACL_DATA_TO_LOWER (p_buf); in l2c_bcst_msg()
Dl2c_link.c44 #define L2C_LINK_SEND_ACL_DATA(x) HCI_ACL_DATA_TO_LOWER((x))
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c3343 HCI_ACL_DATA_TO_LOWER (p_buf); in btsnd_hcic_data()