Home
last modified time | relevance | path

Searched refs:s_uuid (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/ble/
A Dmodble.h67 char *s_uuid; member
A Dmodble.c141 service.s_uuid = mp_obj_str_get_str(s_uuid_obj); in ble_addService()
A Dbt_gatts_adapter.c165 get_16bits_hex_from_string(srvc->s_uuid)); in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_host_adapter.h33 char *s_uuid; member
A Dmodule_bt_host.c260 service.s_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(service_obj, "s_uuid")); in native_bt_host_add_service()
262 if (service.s_uuid) { in native_bt_host_add_service()
A Dbt_gatts_adapter.c155 … bt_gatts_define_gatt_srvc(&g_attrs_list[g_attr_num++], get_16bits_hex_from_string(srvc->s_uuid)); in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_host_adapter.h33 char *s_uuid; member
A Dmodule_bt_host.c212 service.s_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(service_obj, "s_uuid")); in native_bt_host_add_service()
214 if (service.s_uuid) { in native_bt_host_add_service()
A Dbt_gatts_adapter.c155 … bt_gatts_define_gatt_srvc(&g_attrs_list[g_attr_num++], get_16bits_hex_from_string(srvc->s_uuid)); in bt_gatts_adapter_add_service()

Completed in 20 milliseconds