Home | History | Annotate | Download | only in btm

Lines Matching full:conn_handle

92 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
1458 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle)
1464 conn_handle, reason);
1470 if (conn_handle == p_dev_rec->hci_handle)
1478 if (conn_handle == p_dev_rec->ble_hci_handle)
1489 p_dev_rec->sec_state = (conn_handle == p_dev_rec->hci_handle) ?
1496 if (p_dev_rec->rs_disc_pending == BTM_SEC_RS_PENDING && p_dev_rec->hci_handle == conn_handle)
1503 else if (!btsnd_hcic_disconnect (conn_handle, reason))