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

/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);
/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...]

Completed in 442 milliseconds