• Home
  • Raw
  • Download

Lines Matching refs:uuid

92     bt_uuid_t           uuid;  member
180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); in btapp_gatts_handle_cback()
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid); in btapp_gatts_handle_cback()
238 bt_uuid_t uuid; in btapp_gatts_handle_cback() local
239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid); in btapp_gatts_handle_cback()
244 &uuid, in btapp_gatts_handle_cback()
252 bt_uuid_t uuid; in btapp_gatts_handle_cback() local
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid); in btapp_gatts_handle_cback()
258 &uuid, in btapp_gatts_handle_cback()
377 tBT_UUID uuid; in btgatts_handle_event() local
378 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
379 BTA_GATTS_AppRegister(&uuid, btapp_gatts_cback); in btgatts_handle_event()
448 BTA_GATTS_CreateService(p_cb->server_if, &srvc_id.id.uuid, in btgatts_handle_event()
460 tBT_UUID uuid; in btgatts_handle_event() local
461 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
463 BTA_GATTS_AddCharacteristic(p_cb->srvc_handle, &uuid, in btgatts_handle_event()
470 tBT_UUID uuid; in btgatts_handle_event() local
471 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
474 &uuid); in btgatts_handle_event()
521 static bt_status_t btif_gatts_register_app(bt_uuid_t *uuid) in btif_gatts_register_app() argument
525 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t)); in btif_gatts_register_app()
588 bt_uuid_t *uuid, int properties, in btif_gatts_add_characteristic() argument
597 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t)); in btif_gatts_add_characteristic()
602 static bt_status_t btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, in btif_gatts_add_descriptor() argument
610 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t)); in btif_gatts_add_descriptor()