HomeSort by relevance Sort by last modified time
    Searched defs:service_handle (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis_int.h 47 UINT16 service_handle; member in struct:__anon6350
  /external/chromium_org/mojo/application_manager/
application_manager.h 74 ScopedMessagePipeHandle service_handle = local
76 ptr->Bind(service_handle.Pass());
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 269 UINT16 service_handle = 0; local
280 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE);
286 gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT_INDICATE);
293 status = GATTS_StartService (gatt_cb.gatt_if, service_handle, GATTP_TRANSPORT_SUPPORTED );
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 385 UINT16 service_handle; local
398 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
400 GAP_TRACE_EVENT ("gap_attr_db_init service_handle = %d", service_handle);
406 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
412 p_db_attr->handle = GATTS_AddCharacteristic(service_handle,
426 p_db_attr->handle = GATTS_AddCharacteristic(service_handle,
436 status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED );
439 gap_cb.gatt_if, service_handle, status);

Completed in 71 milliseconds