OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le_test_mode
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
477
static void
le_test_mode
(bt_status_t status, uint16_t packet_count)
function
497
le_test_mode
/* le_test_mode_cb */
576
status = sBtInterface->
le_test_mode
(HCI_LE_RECEIVER_TEST_OPCODE, buf, 1);
587
status = sBtInterface->
le_test_mode
(HCI_LE_TRANSMITTER_TEST_OPCODE, buf, 3);
590
status = sBtInterface->
le_test_mode
(HCI_LE_END_TEST_OPCODE, buf, 0);
694
{ "
le_test_mode
", do_le_test_mode, ":: LE Test Mode - RxTest - 1 <rx_freq>, \n\t \
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
363
int
le_test_mode
(uint16_t opcode, uint8_t* buf, uint8_t len)
function
365
ALOGI("
le_test_mode
");
400
le_test_mode
/hardware/libhardware/include/hardware/
bluetooth.h
452
int (*
le_test_mode
)(uint16_t opcode, uint8_t *buf, uint8_t len);
member in struct:__anon20590
Completed in 47 milliseconds