Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_queue.cc113 BTA_GATTC_ReadCharacteristic(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
121 BTA_GATTC_ReadCharDescr(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
130 std::move(op.value), GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
139 GATT_AUTH_REQ_NONE, gatt_write_op_finished, data); in gatt_execute_next_op()
/system/bt/stack/gatt/
Dgatt_auth.cc278 if (auth_req == GATT_AUTH_REQ_NONE) return act; in gatt_determine_sec_act()
286 if (sec_act == BTM_BLE_SEC_REQ_ACT_DISCARD && auth_req != GATT_AUTH_REQ_NONE) in gatt_determine_sec_act()
Dgatt_api.cc435 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication()
499 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
Dgatt_cl.cc570 .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE, in gatt_process_prep_write_rsp()
/system/bt/stack/include/
Dgatt_api.h312 #define GATT_AUTH_REQ_NONE 0 macro