Home
last modified time | relevance | path

Searched refs:GATT_CLIENT_CHARACTERISTICS_CONFIGURATION (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/
H A Datt_db_util.c116 case GATT_CLIENT_CHARACTERISTICS_CONFIGURATION: in att_db_util_hash_include_without_value()
245 …att_db_util_add_attribute_uuid16(GATT_CLIENT_CHARACTERISTICS_CONFIGURATION, flags_to_store, buffer… in att_db_util_add_client_characteristic_configuration()
H A Datt_db.c1515 …uuid16(start_handle, end_handle, characteristic_uuid16, GATT_CLIENT_CHARACTERISTICS_CONFIGURATION); in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid16()
1611 …(characteristic_found && att_iterator_match_uuid16(&it, GATT_CLIENT_CHARACTERISTICS_CONFIGURATION)… in gatt_server_get_client_configuration_handle_for_characteristic_with_uuid128()
1667 case GATT_CLIENT_CHARACTERISTICS_CONFIGURATION: in att_is_persistent_ccc()
H A Dgatt_client.c645 GATT_CLIENT_CHARACTERISTICS_CONFIGURATION, in send_gatt_read_client_characteristic_configuration_request()
2137 if (uuid16 == GATT_CLIENT_CHARACTERISTICS_CONFIGURATION){ in gatt_client_handle_att_response()
/btstack/src/
H A Dbluetooth.h828 #define GATT_CLIENT_CHARACTERISTICS_CONFIGURATION 0x2902 macro