Loading system/stack/btm/btm_client_interface.cc +0 −7 Original line number Diff line number Diff line Loading @@ -44,13 +44,6 @@ struct btm_client_interface_t btm_client_interface = { .BTM_reset_complete = BTM_reset_complete, }, .scn = { .BTM_AllocateSCN = BTM_AllocateSCN, .BTM_TryAllocateSCN = BTM_TryAllocateSCN, .BTM_FreeSCN = BTM_FreeSCN, }, // Acl peer and lifecycle .peer = { Loading system/stack/include/btm_client_interface.h +0 −7 Original line number Diff line number Diff line Loading @@ -50,13 +50,6 @@ struct btm_client_interface_t { void (*BTM_reset_complete)(); } lifecycle; struct { // Server channel number uint8_t (*BTM_AllocateSCN)(void); bool (*BTM_TryAllocateSCN)(uint8_t scn); bool (*BTM_FreeSCN)(uint8_t scn); } scn; // Acl peer and lifecycle struct { struct { Loading system/test/mock/mock_stack_btm.cc +0 −6 Original line number Diff line number Diff line Loading @@ -53,12 +53,6 @@ struct btm_client_interface_t btm_client_interface = { .btm_ble_free = []() {}, .BTM_reset_complete = []() {}, }, .scn = { .BTM_AllocateSCN = BTM_AllocateSCN, .BTM_TryAllocateSCN = BTM_TryAllocateSCN, .BTM_FreeSCN = BTM_FreeSCN, }, .peer = { .features = { Loading Loading
system/stack/btm/btm_client_interface.cc +0 −7 Original line number Diff line number Diff line Loading @@ -44,13 +44,6 @@ struct btm_client_interface_t btm_client_interface = { .BTM_reset_complete = BTM_reset_complete, }, .scn = { .BTM_AllocateSCN = BTM_AllocateSCN, .BTM_TryAllocateSCN = BTM_TryAllocateSCN, .BTM_FreeSCN = BTM_FreeSCN, }, // Acl peer and lifecycle .peer = { Loading
system/stack/include/btm_client_interface.h +0 −7 Original line number Diff line number Diff line Loading @@ -50,13 +50,6 @@ struct btm_client_interface_t { void (*BTM_reset_complete)(); } lifecycle; struct { // Server channel number uint8_t (*BTM_AllocateSCN)(void); bool (*BTM_TryAllocateSCN)(uint8_t scn); bool (*BTM_FreeSCN)(uint8_t scn); } scn; // Acl peer and lifecycle struct { struct { Loading
system/test/mock/mock_stack_btm.cc +0 −6 Original line number Diff line number Diff line Loading @@ -53,12 +53,6 @@ struct btm_client_interface_t btm_client_interface = { .btm_ble_free = []() {}, .BTM_reset_complete = []() {}, }, .scn = { .BTM_AllocateSCN = BTM_AllocateSCN, .BTM_TryAllocateSCN = BTM_TryAllocateSCN, .BTM_FreeSCN = BTM_FreeSCN, }, .peer = { .features = { Loading