Home
last modified time | relevance | path

Searched refs:HCI_CMD_TO_LOWER (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/include/
Dbt_target.h760 #ifndef HCI_CMD_TO_LOWER
761 #define HCI_CMD_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD); macro
/external/libnfc-nci/src/include/
Dbt_target.h428 #ifndef HCI_CMD_TO_LOWER
429 #define HCI_CMD_TO_LOWER(p) bte_hcisu_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD); macro
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c496 HCI_CMD_TO_LOWER(p_buf); in btu_hcif_send_cmd()
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c38 #define btu_hcif_send_cmd(p1, p2) HCI_CMD_TO_LOWER((p2))