Home
last modified time | relevance | path

Searched refs:GATT_UUID_CHAR_CLIENT_CONFIG (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h32 #define GATT_UUID_CHAR_CLIENT_CONFIG 0x2902 /* Client Characteristic Configuration */ macro
40 #define BLUFI_DESCR_E2P_UUID GATT_UUID_CHAR_CLIENT_CONFIG
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c86 p_attr->uuid == GATT_UUID_CHAR_CLIENT_CONFIG || in calculate_database_info_size()
140 p_attr->uuid == GATT_UUID_CHAR_CLIENT_CONFIG || in fill_database_info()
242 case GATT_UUID_CHAR_CLIENT_CONFIG: in gatts_show_local_database()
Dgatt_attr.c470 tBT_UUID descr_uuid = {LEN_UUID_16, {GATT_UUID_CHAR_CLIENT_CONFIG}}; in gatt_profile_db_init()
535 if (p_data->type.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in gatt_disc_res_cback()
Dgatt_db.c173 case GATT_UUID_CHAR_CLIENT_CONFIG: in gatts_check_attr_readability()
1219 case GATT_UUID_CHAR_CLIENT_CONFIG: in gatts_write_attr_perm_check()
1249 (p_attr->uuid == GATT_UUID_CHAR_CLIENT_CONFIG || in gatts_write_attr_perm_check()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgattdefs.h39 #define GATT_UUID_CHAR_CLIENT_CONFIG 0x2902 /* Client Characteristic Configuration */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c112 uuid.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG; in airsync_profile_cb()
129 if (p_data->add_result.char_uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in airsync_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c136 uuid.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG; in button_profile_cb()
145 if (p_data->add_result.char_uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in button_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c184 case GATT_UUID_CHAR_CLIENT_CONFIG: in bta_hh_uuid_to_str()
897 descr_cond.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG; in bta_hh_le_write_char_clt_cfg()
1984 if (p_data->descr_type.uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in bta_hh_le_read_descr_cmpl()
2177 if (p_data->descr_type.uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG) { in bta_hh_le_write_char_descr_cmpl()
2839 GATT_UUID_CHAR_CLIENT_CONFIG); in bta_hh_le_hid_read_rpt_clt_cfg()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c453 uuid.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG; in bas_AddCharDescr()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2441 tBT_UUID gatt_ccc_uuid = {LEN_UUID_16, {GATT_UUID_CHAR_CLIENT_CONFIG}}; in bta_gattc_register_service_change_notify()