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/ |
D | wx_airsync_prf.c | 96 (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/ |
D | button_pro.c | 120 (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/ |
D | esp_blufi.c | 257 (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/ |
D | gatt_api.h | 177 #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/ |
D | gatt_attr.c | 479 …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/ |
D | gap_ble.c | 420 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/ |
D | battery_prf.c | 456 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/ |
D | bta_gatt_api.h | 493 #define BTA_GATT_PERM_WRITE GATT_PERM_WRITE /* bit 4 - 0x0010 */
|