HomeSort by relevance Sort by last modified time
    Searched full:auth_req (Results 1 - 25 of 35) sorted by null

1 2

  /system/bt/bta/dm/
bta_dm_ci.c 46 tBTA_AUTH_REQ auth_req)
57 p_msg->auth_req = auth_req;
  /system/bt/bta/gatt/
bta_gattc_api.c 563 tBTA_GATT_AUTH_REQ auth_req)
573 p_buf->auth_req = auth_req;
598 tBTA_GATT_AUTH_REQ auth_req)
609 p_buf->auth_req = auth_req;
636 tBTA_GATT_AUTH_REQ auth_req)
650 p_buf->auth_req = auth_req;
689 tBTA_GATT_AUTH_REQ auth_req)
    [all...]
bta_gattc_int.h 129 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon68667
138 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon68668
180 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon68673
bta_gattc_act.c     [all...]
  /system/bt/stack/gatt/
gatt_auth.c 318 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; local
325 if (auth_req == GATT_AUTH_REQ_NONE )
330 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act);
334 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_api.c 623 indication.auth_req = GATT_AUTH_REQ_NONE;
692 notif.auth_req = GATT_AUTH_REQ_NONE;;
    [all...]
  /system/bt/bta/include/
bta_dm_ci.h 49 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
bta_dm_co.h 86 ** auth_req - TRUE, if MITM protection is required.
92 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
bta_gatt_api.h     [all...]
  /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)");
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 341 int auth_req );
346 int write_type, int len, int auth_req,
352 btgatt_gatt_id_t *descr_id, int auth_req);
358 int auth_req, char* p_value);
bt_gatt_server.h 34 uint8_t auth_req; member in struct:__anon24677
  /system/bt/btif/include/
btif_dm.h 47 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
  /system/bt/stack/btm/
btm_ble.c 1284 tBTM_LE_AUTH_REQ auth_req; local
    [all...]
btm_sec.c 5066 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
5068 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; local
    [all...]
btm_ble_int.h 382 extern void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec_req_act);
  /system/bt/btif/co/
bta_dm_co.c 106 ** auth_req - TRUE, if MITM protection is required.
112 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req)
114 btif_dm_proc_io_rsp(bd_addr, io_cap, oob_data, auth_req);
  /system/bt/stack/smp/
smp_act.c 106 cb_data.io_req.auth_req = p_cb->peer_auth_req;
126 cb_data.io_req.auth_req = 0;
147 p_cb->loc_auth_req = cb_data.io_req.auth_req;
161 SMP_TRACE_WARNING ( "rcvd auth_req: 0x%02x, io_cap: %d \
184 SMP_TRACE_WARNING("set auth_req: 0x%02x, local_i_key: 0x%02x, local_r_key: 0x%02x",
431 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; local
435 SMP_TRACE_DEBUG("%s auth_req=0x%x", __func__, auth_req);
439 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act);
456 (auth_req & SMP_SC_SUPPORT_BIT) == 0
    [all...]
  /system/bt/btif/src/
btif_gatt_client.c 200 uint8_t auth_req; member in struct:__anon69173
    [all...]
btif_gatt_util.c 126 p_dest->attr_value.auth_req = p_src->attr_value.auth_req;
btif_dm.c 107 UINT8 auth_req; member in struct:__anon69161
    [all...]
  /system/bt/stack/include/
gatt_api.h 317 tGATT_AUTH_REQ auth_req; /* authentication request */ member in struct:__anon69616
428 tGATT_AUTH_REQ auth_req; member in struct:__anon69625
439 tGATT_AUTH_REQ auth_req; member in struct:__anon69626
447 tGATT_AUTH_REQ auth_req; member in struct:__anon69627
454 tGATT_AUTH_REQ auth_req; member in struct:__anon69628
    [all...]
smp_api.h 219 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member in struct:__anon69683
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /system/bt/stack/srvc/
srvc_dis.c 239 param.service.auth_req = 0;

Completed in 2608 milliseconds

1 2