/system/bt/stack/avrc/ |
H A D | avrc_pars_tg.c | 47 UINT8 xx, yy; local 112 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++) 133 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++) 135 p_app_set[xx].attr_id = *p++; 136 p_app_set[xx].attr_val = *p++; 137 if (!avrc_is_valid_player_attrib_value(p_app_set[xx] [all...] |
H A D | avrc_bld_tg.c | 45 UINT8 xx; local 81 for (xx=0; xx< p_rsp->count; xx++) 83 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]); 91 for (xx=0; xx< p_rsp->count; xx++) 93 if (AVRC_IS_VALID_EVENT_ID(p_event_id[xx])) 96 UINT8_TO_BE_STREAM(p_data, p_event_id[xx]); 123 UINT8 xx; local 174 UINT8 xx; local 225 UINT8 xx; local 303 UINT8 xx; local 452 UINT8 xx; local 545 UINT8 xx; local [all...] |
H A D | avrc_api.c | 559 int xx; local 660 xx = 0; 661 while (*p_data != AVRC_CMD_OPRND_PAD && xx<AVRC_SUB_TYPE_LEN) 663 msg.sub.subunit_type[xx] = *p_data++ >> AVRC_SUBTYPE_SHIFT; 664 if (msg.sub.subunit_type[xx] == AVRC_SUB_PANEL) 666 xx++;
|
/system/bt/bta/ag/ |
H A D | bta_ag_rfc.c | 352 UINT8 xx; local 355 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++) 357 if (p_scb->serv_handle[xx] != 0)
|
H A D | bta_ag_main.c | 554 UINT8 xx; local 556 for (xx = 0; xx < BTA_AG_NUM_SCB; xx++, p_scb++)
|
/system/bt/stack/rfcomm/ |
H A D | port_utils.c | 66 UINT8 xx, yy; local 68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
|
H A D | rfc_ts_frames.c | 509 UINT16 xx; local 518 for (xx = 0; xx < p_buf->len; xx++)
|
H A D | port_api.c | 543 UINT8 xx, yy; local 549 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) 551 if ((rfc_cb.port.rfc_mcb[xx].state > RFC_MX_STATE_IDLE) && 552 (rfc_cb.port.rfc_mcb[xx].state < RFC_MX_STATE_CONNECTED)) 554 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx].bd_addr, BD_ADDR_LEN); 558 if (rfc_cb.port.rfc_mcb[xx].state == RFC_MX_STATE_CONNECTED) 561 p_mcb = &rfc_cb.port.rfc_mcb[xx]; 577 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx] [all...] |
/system/bt/bta/hh/ |
H A D | bta_hh_act.c | 71 UINT8 xx; local 88 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx ++) 90 bta_hh_cb.kdev[xx].state = BTA_HH_IDLE_ST; 91 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE; 92 bta_hh_cb.kdev[xx].index = xx; 96 for (xx = 0; xx < BTA_HH_MAX_KNOW 122 UINT8 xx; local 1190 UINT8 xx = 0; local [all...] |
H A D | bta_hh_utils.c | 65 UINT8 xx; local 68 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) 71 if ((!bdcmp (bda, bta_hh_cb.kdev[xx].addr) && 75 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx, 76 bta_hh_cb.kdev[xx].hid_handle) 78 return xx; 83 bta_hh_cb.kdev[xx].in_use, xx, 231 UINT8 xx; local 268 UINT16 xx, yy, key_idx = 0; local 363 UINT8 xx; local 466 UINT8 xx; local 523 UINT8 xx; local [all...] |
/system/bt/bta/hl/ |
H A D | bta_hl_sdp.c | 98 UINT16 xx, str_len, seq_len; local 101 for (xx = 0; xx < num_elem; xx++, p_elem_list++)
|
/system/bt/stack/bnep/ |
H A D | bnep_api.c | 583 UINT16 xx; local 604 for (xx = 0; xx < num_filters; xx++) 606 p_bcb->sent_prot_filter_start[xx] = *p_start_array++; 607 p_bcb->sent_prot_filter_end[xx] = *p_end_array++; 642 UINT16 xx; local 663 for (xx = 0; xx < num_filters; xx [all...] |
H A D | bnep_utils.c | 57 UINT16 xx; local 61 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) 84 UINT16 xx; local 88 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) 113 UINT16 xx; local 117 for (xx 277 UINT16 xx; local 327 UINT16 xx; local 557 UINT16 xx, diff = BNEP_MINIMUM_OFFSET - p_buf->offset; local 904 UINT16 xx, resp_code = BNEP_FILTER_CRL_OK; local 1075 UINT16 num_filters, xx; local [all...] |
/system/bt/stack/btm/ |
H A D | btm_dev.c | 367 UINT8 xx; local 385 for (xx = 0 ; xx < BD_FEATURES_LEN ; xx++) 387 if (p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0][xx] != 0x00)
|
H A D | btm_pm.c | 136 int xx; local 147 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++) 150 if(btm_cb.pm_reg_db[xx].mask == BTM_PM_REC_NOT_USED) 157 btm_cb.pm_reg_db[xx].cback = p_cb; 159 btm_cb.pm_reg_db[xx].mask = mask; 160 *p_pm_id = xx; 356 int xx; local 368 for(xx 413 UINT8 xx; local 515 int xx, loop_max; local 705 int xx; local 789 int xx, yy, zz; local 878 int xx, yy; local [all...] |
/system/bt/stack/hid/ |
H A D | hidh_conn.c | 88 int xx; local 111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) 113 hh_cb.devices[xx].in_use = FALSE ; 114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED; 1057 UINT8 xx; local 1059 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx [all...] |
/system/bt/stack/l2cap/ |
H A D | l2c_main.c | 853 INT16 xx; local 860 for (xx = 0; xx < MAX_L2CAP_CHANNELS - 1; xx++) 862 l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1];
|
H A D | l2c_ucd.c | 54 UINT16 xx; local 58 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++) 127 UINT16 xx; local 131 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++) 269 UINT16 xx; local 284 for (xx 662 UINT16 xx; local [all...] |
H A D | l2c_link.c | 60 int xx; local 80 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) 449 int xx; local 450 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++) 452 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] ! 841 UINT8 xx; local 992 int xx; local 1107 int xx; local 1425 UINT8 num_handles, xx; local [all...] |
/system/bt/stack/sdp/ |
H A D | sdp_discovery.c | 73 UINT16 xx; local 84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++) 104 xx = (UINT16)(p_out - p_len - 1); 105 UINT8_TO_BE_STREAM (p_len, xx); 290 UINT16 xx; local 314 for (xx = orig; xx < p_ccb->num_handles; xx [all...] |
H A D | sdp_server.c | 180 UINT16 rsp_param_len, num_rsp_handles, xx; local 282 for (xx = cont_offset; xx < cont_offset + cur_handles; xx++) 283 UINT32_TO_BE_STREAM (p_rsp, rsp_handles[xx]); 325 UINT16 rsp_param_len, xx; local 433 for (xx = p_ccb->cont_info.next_attr_index; xx < attr_seq.num_attr; xx++) 435 p_attr = sdp_db_find_attr_in_rec (p_rec, attr_seq.attr_entry[xx] 592 UINT16 rsp_param_len, xx; local [all...] |
H A D | sdp_api.c | 69 UINT16 xx; local 88 for (xx = 0; xx < num_uuid; xx++) 89 p_db->uuid_filters[xx] = *p_uuid_list++; 93 for (xx = 0; xx < num_attr; xx++) 94 p_db->attr_filters[xx] = *p_attr_list++;
|
H A D | sdp_db.c | 61 UINT16 xx, yy; local 78 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) 96 if (xx == p_rec->num_attributes) 193 UINT16 xx; local 196 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; 197 xx++, p_at++) 221 UINT16 xx, y local 332 UINT16 xx, yy, zz; local 399 UINT16 xx, yy, zz; local 531 UINT16 xx; local 614 UINT16 xx; local 700 UINT16 xx; local 849 UINT16 xx; local 890 UINT16 xx, yy; local [all...] |
H A D | sdp_utils.c | 58 UINT16 xx; local 62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) 86 UINT16 xx; local 92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++) 115 UINT16 xx; local 119 for (xx 180 UINT16 xx; local 644 UINT16 xx; local 896 UINT16 xx; local [all...] |
/system/bt/stack/gap/ |
H A D | gap_conn.c | 740 UINT16 xx; local 745 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) 754 if (xx == GAP_MAX_CONNECTIONS) 1093 UINT16 xx; local 1097 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) 1147 UINT16 xx; local 1180 UINT16 xx; local [all...] |