Searched refs:local_controller_id (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h612 HCI_API extern BOOLEAN btsnd_hcic_set_event_mask(UINT8 local_controller_id, BT_EVENT_MASK evt_mask);
619 HCI_API extern BOOLEAN btsnd_hcic_set_event_mask_page_2 (UINT8 local_controller_id,
627 HCI_API extern BOOLEAN btsnd_hcic_reset(UINT8 local_controller_id);
647 HCI_API extern BOOLEAN btsnd_hcic_flush(UINT8 local_controller_id, UINT16 handle); /* Flush */
718 HCI_API extern BOOLEAN btsnd_hcic_read_conn_acc_tout(UINT8 local_controller_id); /* Read Connection Accept Timout */
719 HCI_API extern BOOLEAN btsnd_hcic_write_conn_acc_tout(UINT8 local_controller_id, UINT16 tout); /* Write Connection Accept Timout */
819 HCI_API extern BOOLEAN btsnd_hcic_read_link_super_tout(UINT8 local_controller_id, UINT16 handle); /* Read Link Supervision Timeout */
822 HCI_API extern BOOLEAN btsnd_hcic_write_link_super_tout(UINT8 local_controller_id, UINT16 handle, UINT16 timeout);
874 HCI_API extern BOOLEAN btsnd_hcic_read_local_ver (UINT8 local_controller_id); /* Read Local Version Info */
875 HCI_API extern BOOLEAN btsnd_hcic_read_local_supported_cmds (UINT8 local_controller_id); /* Rea
[all...]
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c1068 BOOLEAN btsnd_hcic_set_event_mask(UINT8 local_controller_id, BT_EVENT_MASK event_mask) argument
1085 btu_hcif_send_cmd (local_controller_id, p);
1089 BOOLEAN btsnd_hcic_set_event_mask_page_2 (UINT8 local_controller_id, BT_EVENT_MASK event_mask) argument
1106 btu_hcif_send_cmd (local_controller_id, p);
1110 BOOLEAN btsnd_hcic_reset (UINT8 local_controller_id) argument
1126 btu_hcif_send_cmd (local_controller_id, p);
1129 if (local_controller_id == LOCAL_BR_EDR_CONTROLLER_ID)
1194 BOOLEAN btsnd_hcic_flush (UINT8 local_controller_id, UINT16 handle) argument
1211 btu_hcif_send_cmd (local_controller_id, p);
1404 BOOLEAN btsnd_hcic_read_conn_acc_tout (UINT8 local_controller_id) argument
1424 btsnd_hcic_write_conn_acc_tout(UINT8 local_controller_id, UINT16 timeout) argument
2056 btsnd_hcic_read_link_super_tout(UINT8 local_controller_id, UINT16 handle) argument
2078 btsnd_hcic_write_link_super_tout(UINT8 local_controller_id, UINT16 handle, UINT16 timeout) argument
2740 btsnd_hcic_read_local_ver(UINT8 local_controller_id) argument
2760 btsnd_hcic_read_local_supported_cmds(UINT8 local_controller_id) argument
2882 btsnd_hcic_read_fail_contact_count(UINT8 local_controller_id, UINT16 handle) argument
2904 btsnd_hcic_reset_fail_contact_count(UINT8 local_controller_id, UINT16 handle) argument
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c124 static void btm_read_local_supported_cmds (UINT8 local_controller_id);
539 static void btm_read_local_supported_cmds (UINT8 local_controller_id) argument
545 btsnd_hcic_read_local_supported_cmds(local_controller_id);

Completed in 182 milliseconds