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

  /system/bt/stack/gatt/
gatt_auth.cc 271 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; local
278 if (auth_req == GATT_AUTH_REQ_NONE) return act;
283 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act);
286 if (sec_act == BTM_BLE_SEC_REQ_ACT_DISCARD && auth_req != GATT_AUTH_REQ_NONE)
298 switch (auth_req) {
324 ((auth_req == GATT_AUTH_REQ_SIGNED_NO_MITM) ||
325 (auth_req == GATT_AUTH_REQ_SIGNED_MITM))) {
gatt_int.h 317 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member in struct:tGATT_CLCB
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 35 uint8_t auth_req; member in struct:__anon42955
  /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.cc 100 cb_data.io_req.auth_req = p_cb->peer_auth_req;
120 cb_data.io_req.auth_req = 0;
141 p_cb->loc_auth_req = cb_data.io_req.auth_req;
155 "rcvd auth_req: 0x%02x, io_cap: %d "
182 "set auth_req: 0x%02x, local_i_key: 0x%02x, local_r_key: 0x%02x",
416 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ*)p_data; local
420 SMP_TRACE_DEBUG("%s: auth_req=0x%x", __func__, auth_req);
424 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act);
440 (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;
641 if(req->auth_req)
710 if(req->auth_req && !req->auth)
800 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;
748 if(req->auth_req)
818 if(req->auth_req && !req->auth) {
906 req->auth_req = FALSE;
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 98 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon112880
115 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon112881
151 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon112886
  /system/bt/stack/btm/
btm_ble.cc 1007 tBTM_LE_AUTH_REQ auth_req = 0x00; local
1524 tBTM_LE_AUTH_REQ auth_req; local
    [all...]
btm_sec.cc 4865 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
4867 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; local
    [all...]
  /system/bt/stack/include/
smp_api_types.h 210 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member in struct:__anon113927
gatt_api.h 325 tGATT_AUTH_REQ auth_req; /* authentication request */ member in struct:__anon113857
434 tGATT_AUTH_REQ auth_req; member in struct:__anon113866
445 tGATT_AUTH_REQ auth_req; member in struct:__anon113867
452 tGATT_AUTH_REQ auth_req; member in struct:__anon113868
458 tGATT_AUTH_REQ auth_req; member in struct:__anon113869
    [all...]
btm_api_types.h 1435 tBTM_AUTH_REQ auth_req; \/* Authentication required (for local device) *\/ member in struct:__anon113800
1445 tBTM_AUTH_REQ auth_req; \/* Authentication required for peer device *\/ member in struct:__anon113801
1631 tBTM_LE_AUTH_REQ auth_req; member in struct:__anon113812
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 1074 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
    [all...]
bta_dm_int.h 218 tBTA_AUTH_REQ auth_req; member in struct:__anon112829