Searched refs:GATT_AUTH_REQ_NONE (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_queue.cc | 137 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()
|
D | bta_gattc_cache.cc | 181 .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/ |
D | gatt_auth.cc | 279 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()
|
D | gatt_api.cc | 457 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication() 522 notif.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueNotification()
|
D | gatt_cl.cc | 582 .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE, in gatt_process_prep_write_rsp()
|
/system/bt/bta/test/ |
D | bta_gatt_test.cc | 120 .auth_req = GATT_AUTH_REQ_NONE,
|
/system/bt/stack/include/ |
D | gatt_api.h | 415 #define GATT_AUTH_REQ_NONE 0 macro
|