HomeSort by relevance Sort by last modified time
    Searched refs:hci (Results 1 - 18 of 18) sorted by null

  /system/bt/main/
bte_main.c 75 static const hci_t *hci; variable
101 hci = hci_layer_get_interface();
102 if (!hci)
103 LOG_ERROR("%s could not get hci layer interface.", __func__);
107 LOG_ERROR("%s unable to allocate hci message queue.", __func__);
111 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue);
112 hci->set_data_queue(btu_hci_msg_queue);
132 hci->set_data_queue(NULL);
194 hci->do_postload();
209 hci->send_low_power_command(enable ? LPM_ENABLE : LPM_DISABLE)
    [all...]
Android.mk 105 $(LOCAL_PATH)/../hci/include\
145 libbt-hci \
168 libbt-hci \
  /hardware/marvell/bt/libbt-vendor/
Android.mk 12 $(BDROID_DIR)/hci/include
  /hardware/qcom/bt/msm8960/libbt-vendor/
Android.mk 32 $(BDROID_DIR)/hci/include \
  /hardware/qcom/bt/msm8992/libbt-vendor/
Android.mk 44 $(BDROID_DIR)/hci/include \
  /system/bt/hci/
Android.mk 40 LOCAL_MODULE := libbt-hci
78 LOCAL_STATIC_LIBRARIES := libbt-hci libosi libcutils libbtcore
  /system/bt/hci/src/
vendor.c 37 static const hci_t *hci; variable
50 hci = hci_interface;
155 // Called by vendor library when it needs an HCI buffer.
172 // Called back from vendor library when it wants to send an HCI command.
174 assert(hci != NULL);
175 hci->transmit_command((BT_HDR *)buffer, transmit_completed_callback, NULL, callback);
hci_inject.c 52 static const hci_t *hci; variable
69 hci = hci_interface;
166 // TODO(sharvil): validate incoming HCI messages.
167 // TODO(sharvil): once we have an HCI parser, we can eliminate
177 hci->transmit_downward(buf->event, buf);
  /hardware/broadcom/libbt/
Android.mk 18 $(BDROID_DIR)/hci/include
  /system/bt/hci/test/
hci_layer_test.cpp 63 static const hci_t *hci; variable
368 EXPECT_EQ(hci, hci_interface);
524 hci = hci_layer_get_test_interface(
602 hci->do_postload();
611 hci->transmit_downward(MSG_STACK_TO_HC_HCI_ACL, packet);
661 hci->transmit_command(data_to_receive, NULL, NULL, NULL);
684 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
709 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
  /system/bt/device/src/
controller.c 30 #include "hci/include/hci_layer.h"
31 #include "hci/include/hci_packet_factory.h"
32 #include "hci/include/hci_packet_parser.h"
53 static const hci_t *hci; variable
80 #define AWAIT_COMMAND(command) future_await(hci->transmit_command_futured(command))
110 // information such as manufacturer and supported HCI version
471 hci = hci_layer_get_interface();
484 hci = hci_interface;
  /system/bt/stack/
Android.mk 24 $(LOCAL_PATH)/../hci/include \
166 LOCAL_STATIC_LIBRARIES := libbt-hci
  /system/bt/bta/
Android.mk 100 $(LOCAL_PATH)/../hci/include \
  /system/bt/device/
Android.mk 31 $(LOCAL_PATH)/../hci/include \
  /system/bt/doc/
directory_layout.md 20 * hci - *Host Controller Interface* - Communication protocol with bluetooth chip.
  /external/libnfc-nci/
Android.mk 42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
  /external/libpcap/
pcap-bt-linux.c 61 #include <bluetooth/hci.h>
220 /* Create HCI socket */
249 /* Setup filter, do not call hci function to avoid dependence on
261 /* Bind socket to the HCI device */
  /external/strace/
net.c 66 # include <bluetooth/hci.h>
224 struct sockaddr_hci hci; member in union:__anon18804
366 btohs(addrbuf.hci.hci_dev));
    [all...]

Completed in 762 milliseconds