Home
last modified time | relevance | path

Searched defs:perm (Results 1 – 21 of 21) sorted by relevance

/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/inc/
Dhal_attm.h45 uint16_t perm; member
61 uint16_t perm; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c125 tGATT_PERM perm = p_attr->permission; in gatts_check_attr_readability() local
512 UINT16 gatts_add_characteristic (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_characteristic()
653 UINT16 gatts_add_char_descr (tGATT_SVC_DB *p_db, tGATT_PERM perm, in gatts_add_char_descr()
1068 tGATT_PERM perm; in gatts_write_attr_perm_check() local
1218 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, tBT_UUID *p_uuid, tGATT_PERM perm) in allocate_attr_in_db()
Dgatt_api.c295 tGATT_PERM perm, tGATT_CHAR_PROP property, in GATTS_AddCharacteristic()
337 tGATT_PERM perm, in GATTS_AddCharDescriptor()
/device/soc/amlogic/a311d/soc/amlogic/unifykey/
Dunifykey.h35 unsigned int perm; member
48 unsigned int perm; member
Dunifykey.c357 int key_unify_query(struct aml_uk_dev *ukdev, char *name, unsigned int *state, unsigned int *perm) in key_unify_query()
526 unsigned int perm, state; in unifykey_unlocked_ioctl() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c219tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharacteristic()
273 tBTA_GATT_PERM perm, in BTA_GATTS_AddCharDescriptor()
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/
Dsonata_gatt_api.h222 uint16_t perm; member
266 uint8_t perm; member
Dsonata_att.h943 #define SONATA_PERM_GET(perm, access) \ argument
947 #define SONATA_PERM_SET(perm, access, value) \ argument
955 #define SONATA_PERM_IS_SET(perm, access, right) \ argument
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c346 tBTA_GATT_PERM perm; in btc_gatts_act_create_attr_tab() local
395 tBTA_GATT_PERM perm = gatts_attr_db[i].att_desc.perm; in btc_gatts_act_create_attr_tab() local
/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gatts_api.c136esp_gatt_perm_t perm, esp_gatt_char_prop_t property, esp_attr_value_t *char_val, in esp_ble_gatts_add_char()
175 esp_gatt_perm_t perm, esp_attr_value_t *char_descr_val, in esp_ble_gatts_add_char_descr()
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/
Dapp.c84 uint8_t perm; member
1043 uint8_t perm = service_reg_env.reg_list[service_reg_env.reg_nb]->perm; in app_ble_gatt_add_srv_rsp_hand() local
1061 …uint16_t app_ble_rsp_event_handler(uint16_t opt_id, uint8_t status, uint16_t handle, uint16_t perm, in app_ble_rsp_event_handler()
1325 uint8_t perm = service_reg_env.reg_list[service_reg_env.reg_nb]->perm; in app_ble_gatt_add_srv_rsp() local
1542 static void app_ble_enable_service(uint16_t start_hdl, uint8_t perm) in app_ble_enable_service()
1548 static void app_ble_disable_service(uint16_t start_hdl, uint8_t perm) in app_ble_disable_service()
1582 uint8_t perm = atts[0].att_desc.perm; in app_ble_gatt_add_svc_helper() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_gatts.h271 uint16_t perm; /**< Attribute permissions, see @ref BLE_GATTS_ATTR_PERM. \n member
300 uint16_t perm; /**< Attribute permissions, see @ref BLE_GATTS_ATTR_PERM. \n member
/device/soc/telink/b91/b91_ble_sdk/stack/ble/host/attr/
Datt.h88 u8 perm; member
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h95 esp_gatt_perm_t perm; member
105 esp_gatt_perm_t perm; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h93 tBTA_GATT_PERM perm; member
107 tBTA_GATT_PERM perm; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/api/
Dhal_att.h921 #define PERM_GET(perm, access)\ argument
925 #define PERM_SET(perm, access, value)\ argument
933 #define PERM_IS_SET(perm, access, right) \ argument
938 #define PERM_VAL(access, perm) \ argument
/device/soc/rockchip/common/sdk_linux/ipc/
Dutil.c696 struct ipc64_perm *perm, int extra_perm) in ipcctl_obtain_check()
Dmsg.c390 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int m… in msgctl_down()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/modules/
Dble_types.h96 #define BK_BLE_PERM_GET(perm, access)\ argument
608 uint16_t perm; member
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h318 uint16_t perm; /*!< Attribute permission */ member
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp_hostif_gcc.h366 u32 perm; member