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

  /system/bt/stack/gatt/
gatt_auth.c 319 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; local
326 if (auth_req == GATT_AUTH_REQ_NONE )
331 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act);
335 auth_req != GATT_AUTH_REQ_NONE)
350 switch (auth_req)
381 ((auth_req == GATT_AUTH_REQ_SIGNED_NO_MITM) ||
382 (auth_req == GATT_AUTH_REQ_SIGNED_MITM)))
gatt_int.h 406 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member in struct:__anon74039
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 34 uint8_t auth_req; member in struct:__anon31989
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 52 private static final String EXTRA_AUTH_REQ = "auth_req";
105 int auth_req = intent.getIntExtra(EXTRA_AUTH_REQ, 5); local
110 svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap, init_key,
187 b.append("\n [--ei auth_req] Authentication flag (default 5)");
  /system/bt/stack/smp/
smp_act.c 156 cb_data.io_req.auth_req = p_cb->peer_auth_req;
176 cb_data.io_req.auth_req = 0;
197 p_cb->loc_auth_req = cb_data.io_req.auth_req;
211 SMP_TRACE_WARNING ( "rcvd auth_req: 0x%02x, io_cap: %d \
235 SMP_TRACE_WARNING("set auth_req: 0x%02x, local_i_key: 0x%02x, local_r_key: 0x%02x",
482 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; local
486 SMP_TRACE_DEBUG("%s auth_req=0x%x", __func__, auth_req);
490 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act);
507 (auth_req & SMP_SC_SUPPORT_BIT) == 0
    [all...]
  /external/curl/tests/server/
rtspd.c 101 bool auth_req; /* authentication required, don't wait for body unless member in struct:httprequest
453 req->auth_req = TRUE;
636 if(req->auth_req)
704 if(req->auth_req && !req->auth)
794 req->auth_req = FALSE;
    [all...]
sws.c 103 bool auth_req; /* authentication required, don't wait for body unless member in struct:httprequest
388 req->auth_req = TRUE;
745 if(req->auth_req)
815 if(req->auth_req && !req->auth) {
903 req->auth_req = FALSE;
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 125 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon73275
133 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon73276
173 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon73281
  /system/bt/stack/btm/
btm_ble.c 871 tBTM_LE_AUTH_REQ auth_req = 0x00; local
883 auth_req |= BTM_LE_AUTH_REQ_MITM;
894 auth_req |= BTM_LE_AUTH_REQ_MITM;
898 btm_ble_link_sec_check(bdaddr, auth_req, &ble_sec_act);
1424 tBTM_LE_AUTH_REQ auth_req; local
    [all...]
btm_sec.c 5028 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
5030 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; local
    [all...]
  /system/bt/stack/include/
smp_api.h 219 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member in struct:__anon74326
gatt_api.h 317 tGATT_AUTH_REQ auth_req; /* authentication request */ member in struct:__anon74258
428 tGATT_AUTH_REQ auth_req; member in struct:__anon74267
439 tGATT_AUTH_REQ auth_req; member in struct:__anon74268
447 tGATT_AUTH_REQ auth_req; member in struct:__anon74269
454 tGATT_AUTH_REQ auth_req; member in struct:__anon74270
    [all...]
btm_api.h 1430 tBTM_AUTH_REQ auth_req; \/* Authentication required (for local device) *\/ member in struct:__anon74173
1440 tBTM_AUTH_REQ auth_req; \/* Authentication required for peer device *\/ member in struct:__anon74174
1616 tBTM_LE_AUTH_REQ auth_req; \/* Authentication request (for local device) contain bonding and MITM info *\/ member in struct:__anon74185
    [all...]