Home
last modified time | relevance | path

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

/system/bt/test/suite/cases/
Dgatt.c22 bt_uuid_t gatt_client_uuid; in gatt_client_register() local
23 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() local
50 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()