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

1 2

  /external/bluetooth/bluedroid/bta/include/
bta_dm_ci.h 49 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
bta_gatt_api.h     [all...]
bta_dm_co.h 86 ** auth_req - TRUE, if MITM protection is required.
92 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_ci.c 47 tBTA_AUTH_REQ auth_req)
58 p_msg->auth_req = auth_req;
bta_dm_act.c 1139 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
    [all...]
bta_dm_int.h 295 tBTA_AUTH_REQ auth_req; member in struct:__anon2451
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 523 tBTA_GATT_AUTH_REQ auth_req)
533 p_buf->auth_req = auth_req;
557 tBTA_GATT_AUTH_REQ auth_req)
567 p_buf->auth_req = auth_req;
592 tBTA_GATT_AUTH_REQ auth_req)
606 p_buf->auth_req = auth_req;
645 tBTA_GATT_AUTH_REQ auth_req)
    [all...]
bta_gattc_int.h 124 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2505
133 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2506
175 tBTA_GATT_AUTH_REQ auth_req; member in struct:__anon2511
bta_gattc_act.c 946 read_param.by_handle.auth_req = p_data->api_read.auth_req;
    [all...]
  /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_api.c 618 indication.auth_req = GATT_AUTH_REQ_NONE;
690 notif.auth_req = GATT_AUTH_REQ_NONE;;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 114 uint8_t auth_req; member in struct:__anon2938
637 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, &in_char_id, p_cb->auth_req);
645 BTA_GATTC_ReadCharDescr(p_cb->conn_id, &in_char_descr_id, p_cb->auth_req);
656 p_cb->auth_req);
669 p_cb->auth_req);
845 btgatt_char_id_t* char_id, int auth_req )
850 btif_cb.auth_req = (uint8_t) auth_req;
859 int auth_req )
864 btif_cb.auth_req = (uint8_t) auth_req
    [all...]
btif_gatt_util.c 135 p_dest->attr_value.auth_req = p_src->attr_value.auth_req;
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 228 int auth_req );
233 int write_type, int len, int auth_req,
239 bt_uuid_t *descr_id, int auth_req);
245 int auth_req, char* p_value);
bt_gatt_server.h 34 uint8_t auth_req; member in struct:__anon20605
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 307 tGATT_AUTH_REQ auth_req; /* authentication request */ member in struct:__anon3327
421 tGATT_AUTH_REQ auth_req; member in struct:__anon3337
432 tGATT_AUTH_REQ auth_req; member in struct:__anon3338
440 tGATT_AUTH_REQ auth_req; member in struct:__anon3339
447 tGATT_AUTH_REQ auth_req; member in struct:__anon3340
    [all...]
smp_api.h 129 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member in struct:__anon3414
btm_api.h 1429 tBTM_AUTH_REQ auth_req; \/* Authentication required (for local device) *\/ member in struct:__anon3258
1439 tBTM_AUTH_REQ auth_req; \/* Authentication required for peer device *\/ member in struct:__anon3259
1599 tBTM_LE_AUTH_REQ auth_req; \/* Authentication request (for local device) contain bonding and MITM info *\/ member in struct:__anon3271
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c     [all...]
btm_sec.c 4703 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; local
4705 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_YES; local
    [all...]
btm_ble_int.h 265 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);
  /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/btif/co/
bta_dm_co.c 89 ** auth_req - TRUE, if MITM protection is required.
95 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req)
  /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...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 900 milliseconds

1 2