Searched refs:hci_handle (Results 1 - 8 of 8) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_sco.c350 UINT16_TO_STREAM (p, p_ccb->hci_handle);
679 p->hci_handle = BTM_INVALID_HCI_HANDLE;
736 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument
746 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
770 void btm_sco_chk_pend_rolechange (UINT16 hci_handle) argument
780 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
900 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument
929 BTM_TRACE_API("Role Change pending for HCI handle 0x%04x",hci_handle);
958 p->hci_handle = hci_handle;
1094 btm_sco_removed(UINT16 hci_handle, UINT8 reason) argument
[all...]
H A Dbtm_acl.c122 ** Description This function returns the FIRST acl_db entry for the passed hci_handle.
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle) argument
134 if ((p->in_use) && (p->hci_handle == hci_handle))
210 UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport)
216 BTM_TRACE_DEBUG ("btm_acl_created hci_handle=%d link_role=%d transport=%d",
217 hci_handle,link_role, transport);
222 p->hci_handle = hci_handle;
239 p->hci_handle
209 btm_acl_created(BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn, UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport) argument
1421 btm_process_clk_off_comp_evt(UINT16 hci_handle, UINT16 clock_offset) argument
2274 UINT16 hci_handle = BTM_GetHCIConnHandle(bd_addr, transport); local
[all...]
H A Dbtm_pm.c329 if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat,
612 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat,
634 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle))
640 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle))
652 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle,
660 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle,
669 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle,
778 ** hci_handle - connection handle associated with the change
785 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
794 if ((xx = btm_handle_to_acl_index(hci_handle)) >
[all...]
H A Dbtm_int.h79 UINT16 hci_handle; member in struct:__anon824
379 UINT16 hci_handle; /* HCI Handle */ member in struct:__anon831
414 extern void btm_sco_chk_pend_rolechange (UINT16 hci_handle);
419 #define btm_sco_chk_pend_rolechange(hci_handle)
515 UINT16 hci_handle; /* Handle to connection when exists */ member in struct:__anon837
942 UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport);
951 extern UINT8 btm_handle_to_acl_index (UINT16 hci_handle);
957 extern void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset);
979 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
983 extern void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle);
[all...]
H A Dbtm_sec.c910 && (p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE)
1008 if ( ((p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_BR_EDR
1089 BTM_TRACE_EVENT ("BTM_SecBond: Remote sm4: 0x%x HCI Handle: 0x%04x", p_dev_rec->sm4, p_dev_rec->hci_handle);
1096 if (p && p->hci_handle != BTM_SEC_INVALID_HANDLE)
1245 BTM_TRACE_DEBUG ("hci_handle:0x%x sec_state:%d", p_dev_rec->hci_handle, p_dev_rec->sec_state );
1259 if (p_dev_rec->hci_handle != BTM_SEC_INVALID_HANDLE)
1268 return btm_sec_send_hci_disconnect(p_dev_rec, HCI_ERR_PEER_USER, p_dev_rec->hci_handle);
1382 (transport == BT_TRANSPORT_BR_EDR && p_dev_rec->hci_handle == BTM_SEC_INVALID_HANDLE)
1436 p_dev_rec->hci_handle, p_dev_re
[all...]
H A Dbtm_dev.c86 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
325 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
424 && ((p_dev_rec->hci_handle == handle)
H A Dbtm_ble.c98 p_dev_rec->hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_BR_EDR);
863 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length,
H A Dbtm_ble_gap.c3215 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle))

Completed in 34 milliseconds