/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | AsyncCallerContext.cc | 24 AsyncCallerContext::AsyncCallerContext(const std::string &uuid) : uuid_(uuid) {} in AsyncCallerContext() 28 std::string AsyncCallerContext::uuid() const { return uuid_; } in uuid() function in AlibabaCloud::AsyncCallerContext 30 void AsyncCallerContext::setUuid(const std::string &uuid) { uuid_ = uuid; } in setUuid()
|
/AliOS-Things-master/components/oss/src/client/ |
A D | AsyncCallerContext.cc | 27 AsyncCallerContext::AsyncCallerContext(const std::string &uuid) : in AsyncCallerContext() 41 void AsyncCallerContext::setUuid(const std::string &uuid) in setUuid()
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | bt_gatts_adapter.c | 89 struct ut_uuid_16 *uuid = in bt_gatts_declare_16bits_uuid() local 96 void bt_gatts_define_gatt_srvc(gatt_attr_t *out, uint16_t uuid) in bt_gatts_define_gatt_srvc() 106 void bt_gatts_define_gatt_char(gatt_attr_t *out, uint16_t uuid, uint8_t perimt) in bt_gatts_define_gatt_char() 123 void bt_gatts_define_gatt_char_val(gatt_attr_t *out, uint16_t uuid, in bt_gatts_define_gatt_char_val() 274 static int bt_gatts_adapter_char_get_desc_idx(int start_idx, int16_t uuid) in bt_gatts_adapter_char_get_desc_idx() 292 int bt_gatts_adapter_update_chars(char *uuid, uint8_t *data, size_t len) in bt_gatts_adapter_update_chars()
|
A D | modble.c | 208 const char *uuid = mp_obj_str_get_str(uuid_in); in ble_updateCharacter() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 91 struct ut_uuid_16 *uuid = (struct ut_uuid_16 *)malloc(sizeof(struct ut_uuid_16)); in bt_gatts_declare_16bits_uuid() local 97 void bt_gatts_define_gatt_srvc(gatt_attr_t *out, uint16_t uuid) { in bt_gatts_define_gatt_srvc() 106 void bt_gatts_define_gatt_char(gatt_attr_t *out, uint16_t uuid, uint8_t perimt) { in bt_gatts_define_gatt_char() 121 void bt_gatts_define_gatt_char_val(gatt_attr_t *out, uint16_t uuid, uint8_t perimt) { in bt_gatts_define_gatt_char_val() 236 static int bt_gatts_adapter_char_get_desc_idx(int start_idx, int16_t uuid) in bt_gatts_adapter_char_get_desc_idx() 254 int bt_gatts_adapter_update_chars(char *uuid, uint8_t *data, size_t len) { in bt_gatts_adapter_update_chars()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | uuid.c | 79 bool bt_uuid_create(struct bt_uuid *uuid, const u8_t *data, u8_t data_len) in bt_uuid_create() 102 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len) in bt_uuid_to_str() 132 const char *bt_uuid_str(const struct bt_uuid *uuid) in bt_uuid_str()
|
A D | att_internal.h | 53 u16_t uuid; member 58 u8_t uuid[16]; member 93 u8_t uuid[0]; member 152 u8_t uuid[0]; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 91 struct ut_uuid_16 *uuid = (struct ut_uuid_16 *)malloc(sizeof(struct ut_uuid_16)); in bt_gatts_declare_16bits_uuid() local 97 void bt_gatts_define_gatt_srvc(gatt_attr_t *out, uint16_t uuid) { in bt_gatts_define_gatt_srvc() 106 void bt_gatts_define_gatt_char(gatt_attr_t *out, uint16_t uuid, uint8_t perimt) { in bt_gatts_define_gatt_char() 121 void bt_gatts_define_gatt_char_val(gatt_attr_t *out, uint16_t uuid, uint8_t perimt) { in bt_gatts_define_gatt_char_val() 235 int bt_gatts_adapter_update_chars(char *uuid, uint8_t *data, size_t len) { in bt_gatts_adapter_update_chars()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | attm.h | 56 uint16_t uuid; member 72 uint8_t uuid[ATT_UUID_128_LEN]; member
|
A D | prf_utils_128.h | 54 uint8_t uuid[ATT_UUID_128_LEN]; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 162 const uuid_t *uuid; member 214 uuid_t *uuid; member 298 uuid_t *uuid; member 357 #define ble_stack_gatt_discovery_primary(conn_handle, uuid, start_handle, end_handle) \ argument 360 #define ble_stack_gatt_discovery_include(conn_handle, uuid, start_handle, end_handle) \ argument 366 #define ble_stack_gatt_discovery_char(conn_handle, uuid, start_handle, end_handle) \ argument 369 #define ble_stack_gatt_discovery_descriptor(conn_handle, uuid,start_handle, end_handle) \ argument
|
A D | uuid.h | 40 uuid_t uuid; member 45 uuid_t uuid; member 50 uuid_t uuid; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gattc_task.h | 308 uint8_t uuid[__ARRAY_EMPTY]; member 322 uint8_t uuid[__ARRAY_EMPTY]; member 337 uint8_t uuid[__ARRAY_EMPTY]; member 352 uint8_t uuid[__ARRAY_EMPTY]; member 363 uint8_t uuid[__ARRAY_EMPTY]; member 389 uint8_t uuid[__ARRAY_EMPTY]; member 633 uint8_t uuid[ATT_UUID_128_LEN]; member 646 uint8_t uuid[ATT_UUID_128_LEN]; member 675 uint8_t uuid[ATT_UUID_128_LEN]; member 698 uint8_t uuid[ATT_UUID_128_LEN]; member
|
A D | prf_types.h | 165 uint8_t uuid[ATT_UUID_128_LEN]; member 193 uint16_t uuid; member 204 uint16_t uuid; member
|
A D | gattm_task.h | 91 uint8_t uuid[ATT_UUID_128_LEN]; member 160 uint8_t uuid[ATT_UUID_128_LEN]; member 366 uint8_t uuid[ATT_UUID_128_LEN]; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 105 const struct bt_uuid *uuid; member 174 const struct bt_uuid *uuid; member 182 const struct bt_uuid *uuid; member 246 const struct bt_uuid *uuid; member 842 const struct bt_uuid *uuid; member 934 const struct bt_uuid *uuid; member 1093 struct bt_uuid *uuid; member 1187 struct bt_uuid *uuid; member
|
A D | uuid.h | 39 struct bt_uuid uuid; member 44 struct bt_uuid uuid; member 49 struct bt_uuid uuid; member 618 static inline void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, in bt_uuid_to_str() 626 static inline const char *bt_uuid_str(const struct bt_uuid *uuid) in bt_uuid_str()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/attm/ |
A D | attm_db.h | 52 uint16_t uuid; member 103 uint16_t uuid; member
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | ibeacons.h | 12 uint8_t uuid[16]; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | provisioner_prov.h | 61 u8_t uuid[16]; member 70 u8_t uuid[16]; member 92 u8_t uuid[16]; /* node uuid */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/include/ |
A D | mesh_provisioner.h | 15 uint8_t uuid[16]; member 44 uint8_t *uuid; member
|
/AliOS-Things-master/components/ble_host/bt_host/common/ |
A D | log.c | 60 const char *bt_uuid_str_real(const struct bt_uuid *uuid) in bt_uuid_str_real()
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 93 #define bt_uuid_str(uuid) log_strdup(bt_uuid_str_real(uuid)) argument
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 52 } uuid; member 69 static inline uuid_t *uuid_covert(uuid_t *uuid, const struct bt_uuid *btuuid) in uuid_covert() 84 static inline struct bt_uuid *btuuid_covert(struct bt_uuid *btuuid, const uuid_t *uuid) in btuuid_covert() 116 uint8_t *get_uuid_val(uuid_t *uuid) in get_uuid_val() 992 uuid_t *uuid, in ble_stack_gatt_discovery() 1614 char *uuid_str(uuid_t *uuid) in uuid_str()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | ble_central_at_cmd.c | 205 u8 uuid[16] = {0}; in ble_central_at_cmd_get() local 428 u8 uuid[16] = {0}; in ble_central_at_cmd_read() local
|