Searched refs:bt_uuid_to_str (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | uuid.c | 102 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len) in bt_uuid_to_str() function 136 bt_uuid_to_str(uuid, str, sizeof(str)); in bt_uuid_str()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | uuid.h | 605 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len); 618 static inline void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, in bt_uuid_to_str() function
|
/AliOS-Things-master/components/ble_host/bt_host/common/ |
A D | log.c | 64 bt_uuid_to_str(uuid, str, sizeof(str)); in bt_uuid_str_real()
|
Completed in 7 milliseconds