Searched defs:big_handle (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_hcic_layer.cc | 81 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() 103 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
|
/system/bt/test/mock/ |
D | mock_hcic_hciblecmds.cc | 56 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() 62 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync() 274 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() 325 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big()
|
/system/bt/stack/test/ |
D | btm_iso_test.cc | 213 bluetooth::hci::iso_manager::big_create_params big_params) { in InitIsoManager() 246 .WillByDefault([](auto big_handle, uint8_t reason) { in InitIsoManager() 1265 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1294 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1334 bluetooth::hci::iso_manager::big_create_params big_params) { in TEST_F() 1423 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F() 1445 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F() 1464 .WillByDefault([](auto big_handle, uint8_t reason) { in TEST_F()
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 1011 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big() 1045 void btsnd_hcic_term_big(uint8_t big_handle, uint8_t reason) { in btsnd_hcic_term_big() 1062 void btsnd_hcic_big_create_sync(uint8_t big_handle, uint16_t sync_handle, in btsnd_hcic_big_create_sync() 1095 void btsnd_hcic_big_term_sync(uint8_t big_handle, in btsnd_hcic_big_term_sync()
|
/system/bt/stack/btm/ |
D | btm_iso_impl.h | 54 uint8_t big_handle; member
|