Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_queue.cc137 BTA_GATTC_ReadCharacteristic(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
145 BTA_GATTC_ReadCharDescr(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
154 std::move(op.value), GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
163 GATT_AUTH_REQ_NONE, gatt_write_op_finished, data); in gatt_execute_next_op()
Dbta_gattc_cache.cc181 .auth_req = GATT_AUTH_REQ_NONE}}; in bta_gattc_explore_next_service()
198 read_param.read_multiple.auth_req = GATT_AUTH_REQ_NONE; in bta_gattc_explore_next_service()
634 read_param.char_type.auth_req = GATT_AUTH_REQ_NONE; in bta_gattc_read_db_hash()
/system/bt/stack/gatt/
Dgatt_auth.cc279 if (auth_req == GATT_AUTH_REQ_NONE) return act; in gatt_determine_sec_act()
284 if (sec_act == BTM_BLE_SEC_REQ_ACT_DISCARD && auth_req != GATT_AUTH_REQ_NONE) in gatt_determine_sec_act()
Dgatt_api.cc457 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication()
522 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
Dgatt_cl.cc582 .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE, in gatt_process_prep_write_rsp()
/system/bt/bta/test/
Dbta_gatt_test.cc120 .auth_req = GATT_AUTH_REQ_NONE,
/system/bt/stack/include/
Dgatt_api.h415 #define GATT_AUTH_REQ_NONE 0 macro