Home
last modified time | relevance | path

Searched refs:GATT_CHAR_PROP_BIT_READ (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c97 (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE)); in airsync_profile_cb()
109 … GATT_PERM_READ, (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_INDICATE)); in airsync_profile_cb()
122 GATT_CHAR_PROP_BIT_READ); in airsync_profile_cb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c121 (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE)); in button_profile_cb()
128 tBTA_GATT_CHAR_PROP prop = (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in button_profile_cb()
133 … GATT_PERM_READ, (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY)); in button_profile_cb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c421 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE_NR, in gap_attr_db_init()
423 GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
434 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE_NR, in gap_attr_db_init()
436 GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
453 GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
462 GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, in gap_attr_db_init()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c480 GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_WRITE, NULL, NULL); in gatt_profile_db_init()
484 …= GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, NULL, NU… in gatt_profile_db_init()
488 …= GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ, NULL, NU… in gatt_profile_db_init()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c30 #define BATTER_LEVEL_PROP (GATT_CHAR_PROP_BIT_READ|GATT_CHAR_PROP_BIT_NOTIFY)
42 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ;
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c235 GATT_CHAR_PROP_BIT_READ); in dis_AddChar()
/hal_espressif-3.7.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c257 (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY), in blufi_profile_cb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h212 #define GATT_CHAR_PROP_BIT_READ (1 << 1) macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h509 #define BTA_GATT_CHAR_PROP_BIT_READ GATT_CHAR_PROP_BIT_READ /* 0x02 */