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

  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 392 STREAM_TO_UINT8(p_cb->peer_io_caps, p);
786 SMP_TRACE_DEBUG ("smp_decide_asso_model p_cb->peer_io_caps = %d p_cb->loc_io_caps = %d \
788 p_cb->peer_io_caps, p_cb->loc_io_caps, p_cb->peer_auth_req);
803 if (p_cb->peer_io_caps < SMP_IO_CAP_MAX && p_cb->loc_io_caps < SMP_IO_CAP_MAX)
806 model = smp_association_table[p_cb->role][p_cb->peer_io_caps][p_cb->loc_io_caps];
808 model = smp_association_table[p_cb->role][p_cb->loc_io_caps][p_cb->peer_io_caps];
    [all...]
smp_int.h 179 tSMP_IO_CAP peer_io_caps; member in struct:__anon6345
smp_keys.c 436 UINT8_TO_STREAM(p, p_cb->peer_io_caps);

Completed in 66 milliseconds