Searched refs:gatt_client_uuid (Results 1 – 1 of 1) sorted by relevance
22 bt_uuid_t gatt_client_uuid; in gatt_client_register() local23 create_random_uuid(&gatt_client_uuid, DEFAULT_RANDOM_SEED); in gatt_client_register()24 …CALL_AND_WAIT(gatt_interface->client->register_client(&gatt_client_uuid), btgattc_register_app_cb); in gatt_client_register()49 bt_uuid_t gatt_client_uuid; in gatt_client_advertise() local50 create_random_uuid(&gatt_client_uuid, DEFAULT_RANDOM_SEED); in gatt_client_advertise()51 …CALL_AND_WAIT(gatt_interface->client->register_client(&gatt_client_uuid), btgattc_register_app_cb); in gatt_client_advertise()