Home
last modified time | relevance | path

Searched refs:GATT_PERM_WRITE (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c96 (GATT_PERM_WRITE | GATT_PERM_READ), in airsync_profile_cb()
115 (GATT_PERM_WRITE | GATT_PERM_WRITE), in airsync_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c120 (GATT_PERM_WRITE | GATT_PERM_READ), in button_profile_cb()
139 (GATT_PERM_WRITE | GATT_PERM_WRITE), in button_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c257 (GATT_PERM_WRITE), in blufi_profile_cb()
275 (GATT_PERM_READ | GATT_PERM_WRITE), in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h177 #define GATT_PERM_WRITE (1 << 4) /* bit 4 */ macro
195 #define GATT_WRITE_ALLOWED (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_…
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c479 …GATTS_AddCharDescriptor (service_handle, GATT_PERM_READ | GATT_PERM_WRITE , &descr_uuid, &attr_val… in gatt_profile_db_init()
483 …l_supported_feat = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ | GATT_PERM_WRITE, in gatt_profile_db_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c420 GATT_PERM_READ | GATT_PERM_WRITE, in gap_attr_db_init()
433 GATT_PERM_READ | GATT_PERM_WRITE, in gap_attr_db_init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c456 esp_ble_gatts_add_char_descr(service_id, (GATT_PERM_READ | GATT_PERM_WRITE), &uuid); in bas_AddCharDescr()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h493 #define BTA_GATT_PERM_WRITE GATT_PERM_WRITE /* bit 4 - 0x0010 */