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

  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 107 p_cb->loc_io_caps = cb_data.io_req.io_cap;
113 SMP_TRACE_WARNING2( "new io_cap = %d p_cb->loc_enc_size = %d",p_cb->loc_io_caps, p_cb->loc_enc_size);
754 SMP_TRACE_DEBUG3 ("smp_decide_asso_model p_cb->peer_io_caps = %d p_cb->loc_io_caps = %d \
756 p_cb->peer_io_caps, p_cb->loc_io_caps, p_cb->peer_auth_req);
771 if (p_cb->peer_io_caps < SMP_IO_CAP_MAX && p_cb->loc_io_caps < SMP_IO_CAP_MAX)
774 model = smp_association_table[p_cb->role][p_cb->peer_io_caps][p_cb->loc_io_caps];
776 model = smp_association_table[p_cb->role][p_cb->loc_io_caps][p_cb->peer_io_caps];
    [all...]
smp_int.h 180 tSMP_IO_CAP loc_io_caps; member in struct:__anon3983
smp_utils.c 184 UINT8_TO_STREAM (p, p_cb->loc_io_caps);
smp_keys.c 407 UINT8_TO_STREAM(p, p_cb->loc_io_caps);
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c     [all...]
btm_int.h 218 tBTM_IO_CAP loc_io_caps; /* IO capability of the local device */ member in struct:__anon3519
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 761 if ((is_incoming) && ((p_ssp_cfm_req->loc_io_caps == 0x01) &&
764 BTIF_TRACE_EVENT3("%s: User consent needed for incoming pairing request. loc_io_caps: %d, rmt_io_caps: %d",
765 __FUNCTION__, p_ssp_cfm_req->loc_io_caps, p_ssp_cfm_req->rmt_io_caps);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 740 tBTA_IO_CAP loc_io_caps; \/* IO Capabilities of local device *\/ member in struct:__anon3071
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1469 tBTM_IO_CAP loc_io_caps; \/* IO Capabilities of the local device *\/ member in struct:__anon3710
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 69 milliseconds