HomeSort by relevance Sort by last modified time
    Searched refs:disc_reason (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluedroid/stack/hid/
hid_conn.h 58 UINT16 disc_reason; /* Reason for disconnecting (for HID_HDEV_EVT_CLOSE) */ member in struct:hid_conn
hidh_conn.c 169 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
183 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
263 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to 'connection failure' */
329 p_dev->conn.disc_reason = HID_SUCCESS; /* Authentication passed. Reset disc_reason (from HID_ERR_AUTH_FAILED) */
361 p_dev->conn.disc_reason = HID_ERR_AUTH_FAILED; /* Save reason for disconnecting */
430 p_hcon->disc_reason = HID_L2CAP_CONN_FAIL; /* In case disconnection occurs before security is completed, then set CLOSE_EVT reason code to "connection failure" */
624 hid_close_evt_reason = p_hcon->disc_reason;
680 hh_cb.callback( dhandle, HID_HDEV_EVT_CLOSE, p_hcon->disc_reason, NULL )
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 210 tNFA_CHO_DISC_REASON disc_reason; /* disconnection reason */ member in struct:__anon10362
273 void nfa_cho_process_disconnection (tNFA_CHO_DISC_REASON disc_reason);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 72 p_lcb->disc_reason = L2CAP_CONN_CANCEL;
234 reason = p_lcb->disc_reason;
l2c_link.c 261 p_lcb->disc_reason = status;
379 p_lcb->disc_reason = btm_cb.acl_disc_reason;
422 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
    [all...]
l2c_api.c     [all...]
l2c_int.h 431 UINT16 disc_reason; member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c 176 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
180 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(p_lcb->remote_bd_addr, FALSE, p_lcb->disc_reason);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 860 UINT8 disc_reason; \/* for legacy devices *\/ member in struct:__anon3094
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1971 UINT8 disc_reason; member in struct:__anon3296
    [all...]

Completed in 131 milliseconds