- Aug 09, 2020
-
-
Chris Manton authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I79598380407b445f4c000aaaed39d3f4d9ea5533
-
Chris Manton authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I25ea66a32fc3358b5b7b4b3c55e6256777563fa1
-
Chris Manton authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I3a3f6326ba77265bfb384002f7d9456021f1d893
-
Chris Manton authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I224fac2dd70035ccfdf74381b3b0b70d20cb23be
-
Zach Johnson authored
BT is the only one Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I600b0d3db8221b88aec4b8f9f695497260e84aa0
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Iec97d1aaa81c7618a9dded3a19e5e2f8c55faf57
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Iceadd2a8ee214b8d32b333b8de84cc10716aff97
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I3c5a78c4f4136dc81111ad7bf189f130a0fc411b
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: If98f08aad1363ac0dc37d7fdb0aa50255293bdb9
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I84248858e39e373e6774d06bb7b80eb17c2e75c7
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I94a1038d6d83b86607954bceae5edb745ec7227a
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ic94ed2183ba2828158d68d57bdfbd5c80df6905e
-
Zach Johnson authored
reported to btif but dropped on the floor bye Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I548e7d5dcc9511d2d5f232ce6f5faefcb27876ee
-
Zach Johnson authored
We now no longer need the "busy level" concept at all. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I13111ca217de8655e52f450278a4e776923ae5da
-
Zach Johnson authored
it's always registered, so go ahead and remove the bool return type from btm_acl_notif_conn_collision Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ibbb3c10dc6ef87d01156369b880ec7eafa79fb5d
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I1571799a8f3e5a261fa8451964a8b929abeec065
-
Zach Johnson authored
it ignores it Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ia10dc1910df81ac3c25e628cf8267cfb6053358f
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Iffcc8875152215cec0dbe0ffb0d3e710d4ffb002
-
Chris Manton authored
Add: stack/acl/btm_acl.cc::acl_is_role_master() to: stack/gatt/gatt_db.cc::gatts_db_read_attr_value_by_type() Working towards encapsulation of tACL_CONN Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I2462c1bde4e91fe5daec4031362755cd75a91fa5
-
Chris Manton authored
Working towards encapsulation of tACL_CONN Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I2fa4cfc5f906387bd3fd4bb6859b015478cb4c23
-
Chris Manton authored
btm_set_packet_types() => btm_set_packet_types_from_address() Working towards encapsulation of tACL_CONN Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I3d2702da3ce04301985bfe94153c3387d9a2dbfb
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I5199fdb4696dd80bb06c06047c70d7e5ebde6b1a
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Icfdd98259eade50def860ad72d051feec2ec8f91
-
Zach Johnson authored
The code share between the two was very little, no need to complicate things with a boolean parameter. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ia346858f61167009e1190e17214a76ad101b2203
-
Zach Johnson authored
It's never accessed. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I9685dbaeda887edaf01ea35410d6516c2d3d3027
-
Zach Johnson authored
Same three calls, over and over. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I238f48ada7c1f71e737f9492a4a5b0b6209aa401
-
Zach Johnson authored
They're set but never used externally. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ica247c21e8375840184a9bbc918f4e12469b5201
-
Zach Johnson authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ib480385266c5665a5dc96ecc41a7599143211757
-
Zach Johnson authored
Instead of constantly referencing the array by index, grab a pointer to the object and use that. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I5d9549bab81ea3ff4a83ded7a4cb3eb62734ec8f
-
Zach Johnson authored
Instead of constantly referencing the array by index, grab a pointer to the object and use that. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I8b8cad92d806666ff96a6a8026124c7c4e24b3bf
-
Zach Johnson authored
have link fetch its own values from the controller Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I13eef873faffa0acb0596e6a7de49da6f0796d0d
-
Zach Johnson authored
It's not used at all. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I3c3ea3d12adca1a65e49a9a0f737c5998c3af680
-
Zach Johnson authored
Now that we've cleaned up the function, it's true purpose has been unmasked. It would have gotten away with it too, if it weren't for these meddling kids. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I04eab90be8bb9fda32143230a923c987a7e9a9a1
-
Zach Johnson authored
they were on the hci thread, posted to the main thread, and immediately moved to the jni thread. go directly to the jni thread, and drop the extra ceremony & structs. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I20d786eca436cc8ad08c9b5620ca0b361750474e
-
- Aug 08, 2020
-
-
Chris Manton authored
and remove from stack/btm/btm_int.h btm_acl_chk_peer_pkt_type_support btm_read_automatic_flush_timeout_timeout btm_read_failed_contact_counter_timeout btm_read_rssi_timeout btm_read_tx_power_timeout Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I18a06149bbf3a0e5257bef2a41b598d7f87a5083
-
Chris Manton authored
Also remove 'executable' bit on a header file Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I4348690f87495a7386a42f24bef826fc19058405
-
Treehugger Robot authored
-
Chris Manton authored
::btm_pm_sm_alloc stack/btm/btm_pm.cc => stack/acl/btm_acl.cc Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I3a487e2379dda295487d44397275308eb53a7180
-
Zach Johnson authored
always report status, clean up function Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ib1d806d6ba048f57340de97b60f96a0240264032
-
Zach Johnson authored
It was only used to set a btm_cb.is_paging, and never reported Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ia15f255a1abb53a4a8099aa635123a042912040d
-