Home
last modified time | relevance | path

Searched refs:auth_req (Results 1 – 25 of 26) sorted by relevance

12

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c535 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharacteristic() argument
545 p_buf->auth_req = auth_req; in BTA_GATTC_ReadCharacteristic()
570 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharDescr() argument
581 p_buf->auth_req = auth_req; in BTA_GATTC_ReadCharDescr()
608 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadMultiple() argument
622 p_buf->auth_req = auth_req; in BTA_GATTC_ReadMultiple()
661 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_WriteCharValue() argument
671 p_buf->auth_req = auth_req; in BTA_GATTC_WriteCharValue()
707 tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_WriteCharDescr() argument
721 p_buf->auth_req = auth_req; in BTA_GATTC_WriteCharDescr()
[all …]
Dbta_gattc_int.h127 tBTA_GATT_AUTH_REQ auth_req; member
136 tBTA_GATT_AUTH_REQ auth_req; member
178 tBTA_GATT_AUTH_REQ auth_req; member
Dbta_gattc_act.c1000 read_param.by_handle.auth_req = p_data->api_read.auth_req; in bta_gattc_read()
1069 read_param.read_multiple.auth_req = p_data->api_read_multi.auth_req; in bta_gattc_read_multi()
1117 attr.auth_req = p_data->api_write.auth_req; in bta_gattc_write()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_auth.c316 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
325 if (auth_req == GATT_AUTH_REQ_NONE ) in gatt_determine_sec_act()
330 btm_ble_link_sec_check(p_tcb->peer_bda, auth_req, &sec_act); in gatt_determine_sec_act()
334 auth_req != GATT_AUTH_REQ_NONE) in gatt_determine_sec_act()
358 switch (auth_req) in gatt_determine_sec_act()
389 ((auth_req == GATT_AUTH_REQ_SIGNED_NO_MITM) || in gatt_determine_sec_act()
390 (auth_req == GATT_AUTH_REQ_SIGNED_MITM))) in gatt_determine_sec_act()
Dgatt_api.c618 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication()
690 notif.auth_req = GATT_AUTH_REQ_NONE;; in GATTS_HandleValueNotification()
914 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read()
1000 p_clcb->auth_req = p_write->auth_req; in GATTC_Write()
Dgatt_int.h393 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_ci.c47 tBTA_AUTH_REQ auth_req) in bta_dm_ci_io_req() argument
58 p_msg->auth_req = auth_req; in bta_dm_ci_io_req()
Dbta_dm_act.c1150 tBTM_AUTH_REQ auth_req = BTM_AUTH_AP_NO; in bta_dm_ci_io_req_act() local
1151 if(p_data->ci_io_req.auth_req) in bta_dm_ci_io_req_act()
1152 auth_req = BTM_AUTH_AP_YES; in bta_dm_ci_io_req_act()
1154 p_data->ci_io_req.oob_data, auth_req); in bta_dm_ci_io_req_act()
2998 &p_data->io_req.oob_data, &p_data->io_req.auth_req, p_data->io_req.is_orig); in bta_dm_sp_cback()
3004 … APPL_TRACE_EVENT2("io mitm: %d oob_data:%d", p_data->io_req.auth_req, p_data->io_req.oob_data); in bta_dm_sp_cback()
3009 p_data->io_rsp.oob_data, p_data->io_rsp.auth_req ); in bta_dm_sp_cback()
4680 &p_data->io_req.auth_req, in bta_dm_ble_smp_cback()
4688 … APPL_TRACE_EVENT2("io mitm: %d oob_data:%d", p_data->io_req.auth_req, p_data->io_req.oob_data); in bta_dm_ble_smp_cback()
Dbta_dm_int.h299 tBTA_AUTH_REQ auth_req; member
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c127 uint8_t auth_req; member
770 BTA_GATTC_ReadCharacteristic(p_cb->conn_id, &in_char_id, p_cb->auth_req); in btgattc_handle_event()
778 BTA_GATTC_ReadCharDescr(p_cb->conn_id, &in_char_descr_id, p_cb->auth_req); in btgattc_handle_event()
789 p_cb->auth_req); in btgattc_handle_event()
802 p_cb->auth_req); in btgattc_handle_event()
1192 btgatt_gatt_id_t* char_id, int auth_req ) in btif_gattc_read_char() argument
1197 btif_cb.auth_req = (uint8_t) auth_req; in btif_gattc_read_char()
1207 int auth_req ) in btif_gattc_read_char_descr() argument
1212 btif_cb.auth_req = (uint8_t) auth_req; in btif_gattc_read_char_descr()
1222 int len, int auth_req, char* p_value) in btif_gattc_write_char() argument
[all …]
Dbtif_gatt_util.c127 p_dest->attr_value.auth_req = p_src->attr_value.auth_req; in btif_to_bta_response()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h316 tGATT_AUTH_REQ auth_req; /* authentication request */ member
430 tGATT_AUTH_REQ auth_req; member
441 tGATT_AUTH_REQ auth_req; member
449 tGATT_AUTH_REQ auth_req; member
456 tGATT_AUTH_REQ auth_req; member
Dsmp_api.h129 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
Dbtm_api.h1446 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
1456 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member
1616 …tBTM_LE_AUTH_REQ auth_req; /* Authentication request (for local device) contain bonding a… member
4058 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);
Dhcimsgs.h507 UINT8 oob_present, UINT8 auth_req);
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h841 tBTA_GATT_AUTH_REQ auth_req);
857 tBTA_GATT_AUTH_REQ auth_req);
879 tBTA_GATT_AUTH_REQ auth_req);
899 tBTA_GATT_AUTH_REQ auth_req);
970 tBTA_GATT_AUTH_REQ auth_req);
1000 tBTA_GATT_AUTH_REQ auth_req);
Dbta_dm_ci.h49 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
Dbta_dm_co.h92 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c1068 void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT *p_sec… in btm_ble_link_sec_check() argument
1073 BTM_TRACE_DEBUG1 ("btm_ble_link_sec_check auth_req =0x%x", auth_req); in btm_ble_link_sec_check()
1090 if ((auth_req == (BTM_LE_AUTH_REQ_BOND|BTM_LE_AUTH_REQ_MITM)) || in btm_ble_link_sec_check()
1091 (auth_req == (BTM_LE_AUTH_REQ_MITM)) ) in btm_ble_link_sec_check()
1458 p_data->auth_req &= BTM_LE_AUTH_REQ_MASK; in btm_ble_io_capabilities_req()
1461 p_dev_rec->security_required, p_data->auth_req); in btm_ble_io_capabilities_req()
1468 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
1470 if (!(p_data->auth_req & SMP_AUTH_BOND)) in btm_ble_io_capabilities_req()
1477 BTM_TRACE_DEBUG1 ("btm_ble_io_capabilities_req 3: auth_req:%d", p_data->auth_req); in btm_ble_io_capabilities_req()
1483 p_data->io_cap, p_data->auth_req); in btm_ble_io_capabilities_req()
[all …]
Dbtm_sec.c1644 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp() argument
1655 btm_cb.devcb.loc_auth_req = auth_req; in BTM_IoCapRsp()
1659 auth_req = (BTM_AUTH_DD_BOND | (auth_req&BTM_AUTH_YN_BIT)); in BTM_IoCapRsp()
1661 btsnd_hcic_io_cap_req_reply (bd_addr, io_cap, oob, auth_req); in BTM_IoCapRsp()
3158 evt_data.auth_req = BTM_DEFAULT_AUTH_REQ; in btm_io_capabilities_req()
3176 evt_data.auth_req = BTM_DEFAULT_DD_AUTH_REQ; in btm_io_capabilities_req()
3193 evt_data.auth_req = BTM_DEFAULT_DD_AUTH_REQ; in btm_io_capabilities_req()
3225 …evt_data.auth_req = (p_dev_rec->p_cur_service->security_flags & BTM_SEC_OUT_MITM) ? BTM_AUTH_SP_YE… in btm_io_capabilities_req()
3249 evt_data.auth_req = BTM_AUTH_SPGB_YES; in btm_io_capabilities_req()
3265 evt_data.auth_req = (BTM_AUTH_DD_BOND | (evt_data.auth_req & BTM_AUTH_YN_BIT)); in btm_io_capabilities_req()
[all …]
Dbtm_ble_int.h275 extern void btm_ble_link_sec_check(BD_ADDR bd_addr, tBTM_LE_AUTH_REQ auth_req, tBTM_BLE_SEC_REQ_ACT…
/external/bluetooth/bluedroid/stack/smp/
Dsmp_act.c91 cb_data.io_req.auth_req = p_cb->peer_auth_req; in smp_send_app_cback()
106 p_cb->loc_auth_req = cb_data.io_req.auth_req; in smp_send_app_cback()
288 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ *)p_data; in smp_proc_sec_req() local
292 SMP_TRACE_DEBUG1 ("smp_proc_sec_req auth_req=0x%x",auth_req); in smp_proc_sec_req()
296 btm_ble_link_sec_check(p_cb->pairing_bda, auth_req, &sec_req_act); in smp_proc_sec_req()
310 p_cb->peer_auth_req = auth_req; in smp_proc_sec_req()
/external/bluetooth/bluedroid/btif/co/
Dbta_dm_co.c95 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req) in bta_dm_co_io_rsp() argument
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_dis.c208 param.service.auth_req = 0; in dis_gatt_c_read_dis_req()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c753 param.service.auth_req = 0; in gap_ble_cl_read_request()

12