/system/bt/stack/include/ |
D | l2c_api.h | 144 UINT16 rtrans_tout; 145 UINT16 mon_tout; 146 UINT16 mps; 155 UINT16 result; /* Only used in confirm messages */ 157 UINT16 mtu; 161 UINT16 flush_to; 168 UINT16 flags; /* bit 0: 0-no continuation, 1-continuation */ 176 UINT16 mtu; 177 UINT16 mps; 178 UINT16 credits; [all …]
|
D | gap_api.h | 94 typedef void (tGAP_CONN_CALLBACK) (UINT16 gap_handle, UINT16 event); 100 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data); 106 UINT16 status; 113 UINT16 int_min; 114 UINT16 int_max; 115 UINT16 latency; 116 UINT16 sp_tout; 123 UINT16 icon; 129 typedef void (tGAP_BLE_CMPL_CBACK)(BOOLEAN status, BD_ADDR addr, UINT16 length, char *p_name); 147 extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server, [all …]
|
D | bnep_api.h | 85 typedef void (tBNEP_CONN_STATE_CB) (UINT16 handle, 99 typedef void (tBNEP_CONNECT_IND_CB) (UINT16 handle, 115 typedef void (tBNEP_DATA_BUF_CB) (UINT16 handle, 118 UINT16 protocol, 132 typedef void (tBNEP_DATA_IND_CB) (UINT16 handle, 135 UINT16 protocol, 137 UINT16 len, 144 typedef void (tBNEP_TX_DATA_FLOW_CB) (UINT16 handle, 160 typedef void (tBNEP_FILTER_IND_CB) (UINT16 handle, 163 UINT16 num_filters, [all …]
|
D | sdp_api.h | 72 typedef void (tSDP_DISC_CMPL_CB) (UINT16 result); 73 typedef void (tSDP_DISC_CMPL_CB2) (UINT16 result, void* user_data); 78 UINT16 peer_mtu; 84 UINT16 data_len; 94 typedef void (tSDP_DISC_RES_CB) (UINT16 event, tSDP_DATA *p_data); 102 UINT16 u16; /* 16-bit integer */ 113 UINT16 attr_id; /* Attribute ID */ 114 UINT16 attr_len_type; /* Length and type fields */ 131 UINT16 num_uuid_filters; /* Number of UUIds to filter */ 133 UINT16 num_attr_filters; /* Number of attribute filters */ [all …]
|
D | port_api.h | 99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len); 104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type); 106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); 219 extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, 220 BOOLEAN is_server, UINT16 mtu, 221 BD_ADDR bd_addr, UINT16 *p_handle, 234 extern int RFCOMM_RemoveConnection (UINT16 handle); 246 extern int RFCOMM_RemoveServer (UINT16 handle); 261 extern int PORT_SetEventCallback (UINT16 port_handle, 273 int PORT_ClearKeepHandleFlag (UINT16 port_handle); [all …]
|
D | gatt_api.h | 115 typedef UINT16 tGATT_DISCONN_REASON; 166 typedef UINT16 tGATT_PERM; 241 UINT16 unit; /* as UUIUD defined by SIG */ 242 UINT16 descr; /* as UUID as defined by SIG */ 261 UINT16 len; 272 UINT16 handle_list[GATT_AGGR_HANDLE_NUM_MAX]; 286 typedef UINT16 tGATT_CLT_CHAR_CONFIG; 293 typedef UINT16 tGATT_SVR_CHAR_CONFIG; 313 UINT16 conn_id; 314 UINT16 handle; /* attribute handle */ [all …]
|
D | hcimsgs.h | 26 void bte_main_hci_send(BT_HDR *p_msg, UINT16 event); 48 extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period, 66 extern BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, 69 UINT16 clock_offset, 83 extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason); 93 extern BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types); 167 extern BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types); 179 extern BOOLEAN btsnd_hcic_auth_request (UINT16 handle); /* Authentication Request */ 182 extern BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable); 194 UINT16 clock_offset); [all …]
|
D | pan_api.h | 97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_ro… 120 typedef void (tPAN_DATA_IND_CB) (UINT16 handle, 123 UINT16 protocol, 125 UINT16 len, 140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle, 143 UINT16 protocol, 153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle, 169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle, 172 UINT16 num_filters, 189 typedef void (tPAN_MFILTER_IND_CB) (UINT16 handle, [all …]
|
D | mca_api.h | 85 typedef UINT16 tMCA_DL; /* the handle for the data channel. This is reported at MCA_OPEN_CFM_EV… 96 UINT16 ctrl_psm; /* L2CAP PSM for the MCAP control channel */ 97 UINT16 data_psm; /* L2CAP PSM for the MCAP data channel */ 98 UINT16 sec_mask; /* Security mask for BTM_SetSecurityLevel() */ 118 UINT16 user_rx_buf_size; 119 UINT16 user_tx_buf_size; 120 UINT16 fcr_rx_buf_size; 121 UINT16 fcr_tx_buf_size; 123 UINT16 data_mtu; /* L2CAP MTU of the MCAP data channel */ 129 UINT16 mdl_id; /* The associated MDL ID */ [all …]
|
D | avrc_api.h | 134 UINT16 num_attr;/* The number of attributes in p_attrs */ 135 …UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter 146 typedef void (tAVRC_FIND_CBACK) (UINT16 status); 151 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result, 212 extern UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name, 213 char *p_provider_name, UINT16 categories, UINT32 sdp_handle, 214 BOOLEAN browse_supported, UINT16 profile_version); 253 extern UINT16 AVRC_FindService(UINT16 service_uuid, BD_ADDR bd_addr, 301 extern UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb, 322 extern UINT16 AVRC_Close(UINT8 handle); [all …]
|
D | avdt_api.h | 234 UINT16 ctrl_mtu; /* L2CAP MTU of the AVDTP signaling channel */ 257 UINT16 psc_mask; /* Protocol service capabilities mask */ 301 UINT16 peer_mtu; /* Transport channel L2CAP MTU of the peer */ 302 UINT16 lcid; /* L2CAP LCID for media channel */ 311 UINT16 len; /* Length in bytes of the security data */ 324 UINT16 delay; /* Delay value */ 371 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker); 383 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK … 398 UINT16 mtu; /* The L2CAP MTU of the transport channel */ 399 UINT16 flush_to; /* The L2CAP flush timeout of the transport channel */ [all …]
|
D | btm_api.h | 99 UINT16 hci_revision; 101 UINT16 manufacturer; 102 UINT16 lmp_subversion; 108 UINT16 opcode; 109 UINT16 param_len; 601 UINT16 clock_offset; 631 UINT16 remote_name_len; 651 UINT16 status; 653 UINT16 length; 733 UINT16 handle; [all …]
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 183 UINT16 rx_sdu_len; /* Length of the SDU being received */ 241 UINT16 psm; 242 …UINT16 real_psm; /* This may be a dummy RCB for an o/b connection b… 261 UINT16 psm; 281 UINT16 ble_sdu_length; /* Length of unassembled sdu length*/ 286 UINT16 local_cid; /* Local CID */ 287 UINT16 remote_cid; /* Remote CID */ 313 UINT16 buff_quota; /* Buffer quota before sending congestion */ 322 UINT16 tx_mps; /* TX MPS adjusted based on current controller */ 323 UINT16 max_rx_mtu; [all …]
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 156 UINT16 unit; /* as UUIUD defined by SIG */ 157 UINT16 descr; /* as UUID as defined by SIG */ 166 typedef UINT16 tBTA_GATT_CLT_CHAR_CONFIG; 172 typedef UINT16 tBTA_GATT_SVR_CHAR_CONFIG; 180 UINT16 handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX]; 186 UINT16 len; 205 typedef UINT16 tBTA_GATT_REASON; 212 UINT16 handles[BTA_GATTC_MULTI_MAX]; 236 UINT16 s_handle; 237 UINT16 e_handle; /* used for service only */ [all …]
|
D | bta_pan_ci.h | 50 extern void bta_pan_ci_tx_ready(UINT16 handle); 65 extern void bta_pan_ci_rx_ready(UINT16 handle); 82 extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable); 98 extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR… 113 extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol, 126 extern void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT1… 139 extern void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array,
|
D | bta_pan_co.h | 81 extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE pe… 94 extern void bta_pan_co_close(UINT16 handle, UINT8 app_id); 109 extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id); 124 extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id); 139 extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 proto… 140 UINT16 len, BOOLEAN ext, BOOLEAN forward); 155 extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 pr… 173 extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable); 185 extern void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, 186 UINT16 len, UINT8 *p_filters); [all …]
|
/system/bt/stack/sdp/ |
D | sdpint.h | 94 UINT16 len; 100 UINT16 num_uids; 108 UINT16 start; 109 UINT16 end; 114 UINT16 num_attr; 124 UINT16 id; 133 UINT16 num_attributes; 143 UINT16 num_records; 157 UINT16 next_attr_index; /* attr index for next continuation response */ 158 …UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. r… [all …]
|
/system/bt/stack/gatt/ |
D | gatt_int.h | 33 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (ga… 34 #define GATT_GET_TCB_IDX(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8)) 106 UINT16 s_handle; /* starting handle */ 107 UINT16 e_handle; /* ending handle */ 108 UINT16 value_len; /* length of the attribute value */ 123 UINT16 handle; /* read, handle value confirmation */ 124 UINT16 mtu; 131 UINT16 handle; 144 UINT16 handle; /* WRITE, WRITE_BLOB */ 145 UINT16 mtu; /* exchange MTU request */ [all …]
|
/system/bt/stack/pan/ |
D | pan_int.h | 54 UINT16 handle; 57 UINT16 bad_pkts_rcvd; 58 UINT16 src_uuid; 59 UINT16 dst_uuid; 60 UINT16 prv_src_uuid; 61 UINT16 prv_dst_uuid; 62 UINT16 ip_addr_known; 111 extern void pan_conn_ind_cb (UINT16 handle, 116 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_r… 117 extern void pan_data_ind_cb (UINT16 handle, [all …]
|
/system/bt/bta/pan/ |
D | bta_pan_ci.c | 52 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready() 75 void bta_pan_ci_rx_ready(UINT16 handle) in bta_pan_ci_rx_ready() 100 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) in bta_pan_ci_tx_flow() 124 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_write() 125 UINT8 *p_data, UINT16 len, BOOLEAN ext) in bta_pan_ci_rx_write() 161 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_writebuf() 189 BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol, in bta_pan_ci_readbuf() 221 void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, in bta_pan_ci_set_mfilters() 240 void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_en… in bta_pan_ci_set_pfilters() 248 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready() [all …]
|
/system/bt/bta/ag/ |
D | bta_ag_rfc.c | 42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle); 43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle); 44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle); 46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle); 47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle); 48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle); 50 int bta_ag_data_cback_1(UINT16 port_handle, void *p_data, UINT16 len); 51 int bta_ag_data_cback_2(UINT16 port_handle, void *p_data, UINT16 len); 52 int bta_ag_data_cback_3(UINT16 port_handle, void *p_data, UINT16 len); 88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() [all …]
|
/system/bt/stack/mcap/ |
D | mca_int.h | 47 UINT16 mdl_id; /* the MDL ID associated with this request/response */ 58 UINT16 peer_mtu; /* Transport channel L2CAP MTU of the peer */ 59 UINT16 lcid; /* L2CAP LCID */ 64 UINT16 reason; /* disconnect reason from L2CAP */ 66 UINT16 lcid; /* L2CAP LCID */ 113 UINT16 mdl_id; /* the MDL ID associated with this request/response */ 168 UINT16 peer_mtu; /* L2CAP mtu of the peer device */ 169 UINT16 my_mtu; /* Our MTU for this channel */ 170 UINT16 lcid; /* L2CAP LCID */ 212 UINT16 sec_mask; /* Security mask for connections as initiator */ [all …]
|
/system/bt/stack/btm/ |
D | btm_int.h | 82 UINT16 hci_handle; 83 UINT16 pkt_types_mask; 84 UINT16 clock_offset; 89 UINT16 manufacturer; 90 UINT16 lmp_subversion; 91 UINT16 link_super_tout; 250 UINT16 discoverable_mode; 251 UINT16 connectable_mode; 252 UINT16 page_scan_window; 253 UINT16 page_scan_period; [all …]
|
/system/bt/stack/bnep/ |
D | bnep_int.h | 133 UINT16 l2cap_cid; 135 UINT16 rem_mtu_size; 139 UINT16 sent_num_filters; 140 UINT16 sent_prot_filter_start[BNEP_MAX_PROT_FILTERS]; 141 UINT16 sent_prot_filter_end[BNEP_MAX_PROT_FILTERS]; 143 UINT16 sent_mcast_filters; 147 UINT16 rcvd_num_filters; 148 UINT16 rcvd_prot_filter_start[BNEP_MAX_PROT_FILTERS]; 149 UINT16 rcvd_prot_filter_end[BNEP_MAX_PROT_FILTERS]; 151 UINT16 rcvd_mcast_filters; [all …]
|
/system/bt/bta/gatt/ |
D | bta_gattc_int.h | 71 typedef UINT16 tBTA_GATTC_INT_EVT; 126 UINT16 handle; 134 UINT16 handle; 137 UINT16 offset; 138 UINT16 len; 151 UINT16 handle; 175 UINT16 handles[GATT_MAX_READ_MULTI_HANDLES]; 190 UINT16 mtu; 241 UINT16 s_handle; 242 UINT16 e_handle; [all …]
|