Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c1567 struct bt_mesh_generic_property *property = NULL; in send_gen_user_prop_status() local
1576 property = gen_get_user_property(model, property_id); in send_gen_user_prop_status()
1577 if (property == NULL) { in send_gen_user_prop_status()
1581 length = sizeof(property->id) + sizeof(property->user_access) + property->val->len; in send_gen_user_prop_status()
1598 if (property == NULL) { in send_gen_user_prop_status()
1601 net_buf_simple_add_le16(msg, property->id); in send_gen_user_prop_status()
1602 net_buf_simple_add_u8(msg, property->user_access); in send_gen_user_prop_status()
1604 property->user_access != USER_ACCESS_PROHIBIT && in send_gen_user_prop_status()
1605 property->user_access != USER_ACCESS_WRITE) || in send_gen_user_prop_status()
1608 property->user_access != USER_ACCESS_PROHIBIT && in send_gen_user_prop_status()
[all …]
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dlogger.py40 @property
48 @property
56 @property
Dgdbhelper.py24 @property
32 @property
Dstoppable_thread.py33 @property
Dcoredump.py41 @property
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c219 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val, in BTA_GATTS_AddCharacteristic() argument
233 p_buf->property = property; in BTA_GATTS_AddCharacteristic()
Dbta_gattc_cache.c307 UINT8 property) in bta_gattc_add_char_to_cache() argument
312 value_handle, p_uuid->uu.uuid16, property); in bta_gattc_add_char_to_cache()
334 characteristic->properties = property; in bta_gattc_add_char_to_cache()
355 UINT8 property, in bta_gattc_add_attr_to_cache() argument
363 handle, p_uuid->uu.uuid16, property, type); in bta_gattc_add_attr_to_cache()
678 p_rec->property); in bta_gattc_char_disc_cmpl()
710 p_rec->property); in bta_gattc_char_dscpt_disc_cmpl()
800 tBT_UUID uuid, UINT8 property) in bta_gattc_add_char_to_list() argument
816 p_rec->property = property; in bta_gattc_add_char_to_list()
Dbta_gatts_act.c423 p_msg->api_add_char.property, p_attr_val, p_control); in bta_gatts_add_char()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c133 UINT8_TO_STREAM(p_data, p_attr->p_value->char_decl.property); in fill_database_info()
237 …rintf("\tperm 0x%04x, prop 0x%02x\n", p_char_val->permission, p_attr->p_value->char_decl.property); in gatts_show_local_database()
Dgatt_api.c312 tGATT_PERM perm, tGATT_CHAR_PROP property, in GATTS_AddCharacteristic() argument
322 if ( ((property & GATT_CHAR_PROP_BIT_AUTH) && !(perm & GATT_WRITE_SIGNED_PERM)) || in GATTS_AddCharacteristic()
323 ((perm & GATT_WRITE_SIGNED_PERM) && !(property & GATT_CHAR_PROP_BIT_AUTH)) ) { in GATTS_AddCharacteristic()
324 GATT_TRACE_DEBUG("Invalid configuration property=0x%x perm=0x%x\n ", property, perm); in GATTS_AddCharacteristic()
330 property, in GATTS_AddCharacteristic()
Dgatt_db.c248 UINT8_TO_STREAM(p, p_attr16->p_value->char_decl.property); in read_attr_value()
511 tGATT_CHAR_PROP property, in gatts_add_characteristic() argument
518 GATT_TRACE_DEBUG("gatts_add_characteristic perm=0x%0x property=0x%0x\n", perm, property); in gatts_add_characteristic()
539 p_char_decl->p_value->char_decl.property = property; in gatts_add_characteristic()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h89 esp_gatt_char_prop_t property; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c137 … esp_gatt_perm_t perm, esp_gatt_char_prop_t property, esp_attr_value_t *char_val, in esp_ble_gatts_add_char() argument
158 arg.add_char.property = property; in esp_ble_gatts_add_char()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h95 tBTA_GATT_CHAR_PROP property; member
Dbta_gattc_int.h295 tBTA_GATT_CHAR_PROP property; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h408 … esp_gatt_perm_t perm, esp_gatt_char_prop_t property, esp_attr_value_t *char_val,
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h164 tGATT_CHAR_PROP property; member
750 tGATT_CHAR_PROP property,
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h788 tGATT_PERM perm, tGATT_CHAR_PROP property,
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1366 … tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property, tGATT_ATTR_VAL *attr_val,
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst186 collision property of AES128-CMAC, an external attacker would need the
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c664 arg->add_char.perm, arg->add_char.property, in btc_gatts_call_handler()
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py397 @property
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py1489 @property
/hal_espressif-latest/tools/esptool_py/
DLICENSE216 patents or other property right claims or to contest validity of any
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB98 This software is the property of Advanced Micro Devices, Inc (AMD) which
205 This software is the property of SuperH, Inc (SuperH) which specifically

12