OSDN Git Service

Remove unused stack/include/acl_api_types::tBTM_QOS_SETUP_CMPL
authorChris Manton <cmanton@google.com>
Fri, 1 Jan 2021 17:24:02 +0000 (09:24 -0800)
committerChris Manton <cmanton@google.com>
Wed, 20 Jan 2021 07:12:57 +0000 (23:12 -0800)
Towards meaningful code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I7508663f27daf10d965ff4681846234ffad6cd6b

stack/include/acl_api_types.h

index bee2af0..860f100 100644 (file)
  *  ACL Types
  ***************/
 
-/* Structure returned with QoS information (in tBTM_CMPL_CB callback function)
- * in response to BTM_SetQoS call.
- */
-typedef struct {
-  FLOW_SPEC flow;
-  uint16_t handle;
-  uint8_t status;
-} tBTM_QOS_SETUP_CMPL;
-
 /* Structure returned with read RSSI event (in tBTM_CMPL_CB callback function)
  * in response to BTM_ReadRSSI call.
  */