Home
last modified time | relevance | path

Searched refs:GATT_AUTH_REQ_NONE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc171 BTA_GATTC_ReadCharacteristic(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
179 BTA_GATTC_ReadCharDescr(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
188 std::move(op.value), GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
197 GATT_AUTH_REQ_NONE, gatt_write_op_finished, data); in gatt_execute_next_op()
212 GATT_AUTH_REQ_NONE, gatt_read_multi_op_finished, in gatt_execute_next_op()
Dbta_gattc_cache.cc256 tGATT_READ_PARAM read_param{.by_handle = {.auth_req = GATT_AUTH_REQ_NONE, in bta_gattc_explore_next_service()
277 read_param.read_multiple.auth_req = GATT_AUTH_REQ_NONE; in bta_gattc_explore_next_service()
728 read_param.char_type.auth_req = GATT_AUTH_REQ_NONE; in bta_gattc_read_db_hash()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc282 if (auth_req == GATT_AUTH_REQ_NONE) return act; in gatt_determine_sec_act()
287 if (sec_act == BTM_BLE_SEC_REQ_ACT_DISCARD && auth_req != GATT_AUTH_REQ_NONE) in gatt_determine_sec_act()
Dgatt_api.cc466 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication()
578 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
593 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
607 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
Dgatt_cl.cc590 .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE, in gatt_process_prep_write_rsp()
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc125 .auth_req = GATT_AUTH_REQ_NONE,
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h474 #define GATT_AUTH_REQ_NONE 0 macro
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc491 tracker->conn_id_, ccc_handle, value, GATT_AUTH_REQ_NONE, in SubscribeCharacteristic()