HomeSort by relevance Sort by last modified time
    Searched defs:auth_req (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 307 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; local
316 if (auth_req == GATT_AUTH_REQ_NONE )
321 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act);
325 auth_req != GATT_AUTH_REQ_NONE)
349 switch (auth_req)
380 ((auth_req == GATT_AUTH_REQ_SIGNED_NO_MITM) ||
381 (auth_req == GATT_AUTH_REQ_SIGNED_MITM)))
gatt_int.h 393 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member in struct:__anon3570
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 91 cb_data.io_req.auth_req = p_cb->peer_auth_req;
106 p_cb->loc_auth_req = cb_data.io_req.auth_req;
288 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; local
292 SMP_TRACE_DEBUG1 ("smp_proc_sec_req auth_req=0x%x",auth_req);
296 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act);
310 p_cb->peer_auth_req = auth_req;
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 34 uint8_t auth_req; member in struct:__anon32820
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 58 private static final String EXTRA_AUTH_REQ = "auth_req";
123 int auth_req = intent.getIntExtra(EXTRA_AUTH_REQ, 5); local
128 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key,
202 b.append("\n [--ei auth_req] Authentication flag (default 5)");
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 129 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member in struct:__anon3865
gatt_api.h 316 tGATT_AUTH_REQ auth_req; /* authentication request */ member in struct:__anon3778
430 tGATT_AUTH_REQ auth_req; member in struct:__anon3788
441 tGATT_AUTH_REQ auth_req; member in struct:__anon3789
449 tGATT_AUTH_REQ auth_req; member in struct:__anon3790
456 tGATT_AUTH_REQ auth_req; member in struct:__anon3791
    [all...]
btm_api.h 1446 tBTM_AUTH_REQ auth_req; \/* Authentication required (for local device) *\/ member in struct:__anon3708
1456 tBTM_AUTH_REQ auth_req; \/* Authentication required for peer device *\/ member in struct:__anon3709
1616 tBTM_LE_AUTH_REQ auth_req; \/* Authentication request (for local device) contain bonding and MITM info *\/ member in struct:__anon3721
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 127 uint8_t auth_req; member in struct:__anon3384
749 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, &in_char_id, p_cb->auth_req);
757 BTA_GATTC_ReadCharDescr(p_cb->conn_id, &in_char_descr_id, p_cb->auth_req);
768 p_cb->auth_req);
781 p_cb->auth_req);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 1140 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
    [all...]
bta_dm_int.h 297 tBTA_AUTH_REQ auth_req; member in struct:__anon2889
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 125 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2943
134 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2944
176 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2949
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 4652 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
4654 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; local
    [all...]

Completed in 501 milliseconds