1. 25 Mar, 2016 1 commit
  2. 24 Feb, 2016 1 commit
  3. 04 Nov, 2015 1 commit
  4. 04 Aug, 2015 1 commit
    • Dennis Cheng's avatar
      test_vendor_lib: Use EPOLLOUT · 3c0ea3e5
      Dennis Cheng authored
      HciTransport checks for write-readiness before sending any packets
      back to the HCI. Packets are maintained on a queue and only written
      when the EPOLLOUT flag is set in the epoll_event.
      
      Bug: 21586676
      Change-Id: Iebd9599286b62746e2be7e424c522058ae978bb1
      3c0ea3e5
  5. 23 Jul, 2015 1 commit
    • Arman Uguray's avatar
      gn-build: Add bluetooth-service target · f2d6434a
      Arman Uguray authored
      This patch makes the Bluetooth system service (service/) buildable using GN:
      
      1. Added new BUILD.gn file for service/
      2. Added conditional compilation for global config paths, with TODOs for
      generalizing them later.
      3. Added a shim for loading the Bluetooth library that calls hw_get_module on
      Android and explicitly calls dlopen on OS_GENERIC.
      4. Fixed compile warnings and errors.
      5. Did some minor clean up in gatt_server.cpp for better readability.
      
      Bug: 22124644
      Change-Id: I3226537a3a5211a6762651a35707638df29956b0
      f2d6434a
  6. 26 May, 2015 1 commit
  7. 12 May, 2015 1 commit