Searched refs:GATT_PERM_NONE (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | hrs.c | 35 [HRS_IDX_MEA_VAL] = GATT_CHAR_VAL_DEFINE(UUID_HRS_MEASUREMENT, GATT_PERM_NONE), 38 [HRS_IDX_BODY_VAL] = GATT_CHAR_VAL_DEFINE(UUID_HRS_BODY_SENSOR, GATT_PERM_NONE), 40 [HRS_IDX_CONTROL_VAL] = GATT_CHAR_VAL_DEFINE(UUID_HRS_CONTROL_POINT, GATT_PERM_NONE),
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/server/ |
A D | simple_ble_service.c | 139 GATT_PERM_NONE /* permissions */ 181 GATT_PERM_NONE /* permissions */
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/ |
A D | gatt.h | 109 #define GATT_PERM_NONE 0x00 macro
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 38 GATT_PERM_NONE = 0, enumerator
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 67 gatt_perm_en ret = GATT_PERM_NONE; in get_attr_perm_from_string()
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | bt_gatts_adapter.c | 63 gatt_perm_en ret = GATT_PERM_NONE; in get_attr_perm_from_string()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 67 gatt_perm_en ret = GATT_PERM_NONE; in get_attr_perm_from_string()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 702 [TEST3_IDX_TX_VAL] = GATT_CHAR_VAL_DEFINE(TEST3_TX_UUID, GATT_PERM_NONE), 713 [TEST3_IDX_TX_VAL] = GATT_CHAR_VAL_DEFINE(TEST3_TX_UUID, GATT_PERM_NONE),
|
Completed in 12 milliseconds