Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c1068 BOOLEAN btsnd_hcic_set_event_mask(UINT8 local_controller_id, BT_EVENT_MASK event_mask) in btsnd_hcic_set_event_mask()
1089 BOOLEAN btsnd_hcic_set_event_mask_page_2 (UINT8 local_controller_id, BT_EVENT_MASK event_mask) in btsnd_hcic_set_event_mask_page_2()
1110 BOOLEAN btsnd_hcic_reset (UINT8 local_controller_id) in btsnd_hcic_reset()
1194 BOOLEAN btsnd_hcic_flush (UINT8 local_controller_id, UINT16 handle) in btsnd_hcic_flush()
1403 BOOLEAN btsnd_hcic_read_conn_acc_tout (UINT8 local_controller_id) in btsnd_hcic_read_conn_acc_tout()
1423 BOOLEAN btsnd_hcic_write_conn_acc_tout (UINT8 local_controller_id, UINT16 timeout) in btsnd_hcic_write_conn_acc_tout()
2055 BOOLEAN btsnd_hcic_read_link_super_tout (UINT8 local_controller_id, UINT16 handle) in btsnd_hcic_read_link_super_tout()
2077 BOOLEAN btsnd_hcic_write_link_super_tout (UINT8 local_controller_id, UINT16 handle, UINT16 timeout) in btsnd_hcic_write_link_super_tout()
2739 BOOLEAN btsnd_hcic_read_local_ver (UINT8 local_controller_id) in btsnd_hcic_read_local_ver()
2759 BOOLEAN btsnd_hcic_read_local_supported_cmds (UINT8 local_controller_id) in btsnd_hcic_read_local_supported_cmds()
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c519 static void btm_read_local_supported_cmds (UINT8 local_controller_id) in btm_read_local_supported_cmds()