Searched refs:GATT_AUTH_REQ_NONE (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 171 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()
|
D | bta_gattc_cache.cc | 256 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/ |
D | gatt_auth.cc | 282 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()
|
D | gatt_api.cc | 466 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()
|
D | gatt_cl.cc | 590 .conn_id = p_clcb->conn_id, .auth_req = GATT_AUTH_REQ_NONE, in gatt_process_prep_write_rsp()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_gatt_test.cc | 125 .auth_req = GATT_AUTH_REQ_NONE,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 474 #define GATT_AUTH_REQ_NONE 0 macro
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_client.cc | 491 tracker->conn_id_, ccc_handle, value, GATT_AUTH_REQ_NONE, in SubscribeCharacteristic()
|