Searched defs:btu_hcif_send_cmd (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c438 ** Function btu_hcif_send_cmd
447 void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_buf) function
1248 btu_hcif_send_cmd (controller_id, NULL);
1512 btu_hcif_send_cmd (controller_id, NULL);
1674 btu_hcif_send_cmd (controller_id, NULL);
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c38 #define btu_hcif_send_cmd(p1, p2) HCI_CMD_TO_LOWER((p2)) macro
63 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
82 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
109 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
128 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
170 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
193 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
223 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
246 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p);
268 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_I
[all...]

Completed in 85 milliseconds