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/ |
D | wx_airsync_prf.c | 97 (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/ |
D | button_pro.c | 121 (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/ |
D | gap_ble.c | 421 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/ |
D | gatt_attr.c | 480 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/ |
D | battery_prf.c | 30 #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/ |
D | dis_profile.c | 235 GATT_CHAR_PROP_BIT_READ); in dis_AddChar()
|
/hal_espressif-3.7.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 257 (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/ |
D | gatt_api.h | 212 #define GATT_CHAR_PROP_BIT_READ (1 << 1) macro
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 509 #define BTA_GATT_CHAR_PROP_BIT_READ GATT_CHAR_PROP_BIT_READ /* 0x02 */
|