Searched defs:ind (Results 1 - 6 of 6) sorted by relevance

/system/nfc/src/nfc/tags/
H A Dtags_int.cc235 int ind = (int)(p_info - t1t_cmd_rsp_infos); local
236 if (ind < T1T_MAX_NUM_OPCODES)
237 return (const char*)t1t_cmd_str[ind];
253 int ind = (int)(p_info - t2t_cmd_rsp_infos); local
254 if (ind < T2T_MAX_NUM_OPCODES)
255 return (const char*)t2t_cmd_str[ind];
/system/bt/btif/src/
H A Dbtif_hf_client.cc771 static void process_ind_evt(tBTA_HF_CLIENT_IND* ind) { argument
774 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(ind->bd_addr);
777 switch (ind->type) {
780 (bthf_client_call_t)ind->value);
785 (bthf_client_callsetup_t)ind->value);
789 (bthf_client_callheld_t)ind->value);
794 (bthf_client_network_state_t)ind->value);
799 ind->value);
804 (bthf_client_service_type_t)ind->value);
809 ind
[all...]
/system/bt/stack/btm/
H A Dbtm_pm.cc150 int ind, acl_ind; local
178 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */
180 if (!(p_features[btm_pm_mode_off[ind]] & btm_pm_mode_msk[ind])) {
388 void btm_pm_sm_alloc(uint8_t ind) { argument
389 tBTM_PM_MCB* p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */
393 BTM_TRACE_DEBUG("btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
415 BTM_TRACE_DEBUG("btm_pm_find_acl_ind ind:%d, st:%d", xx,
/system/bt/bta/include/
H A Dbta_hf_client_api.h244 tBTA_HF_CLIENT_IND ind; member in union:__anon338
H A Dbta_ag_api.h282 tBTA_AG_IND ind; member in struct:tBTA_AG_RES_DATA
/system/bt/stack/smp/
H A Dsmp_keys.cc58 int ind; local
67 ind = 0;
69 for (int column = 0, x = 0; (ind < len) && (column < col_count);
70 column++, ind++) {
71 x += snprintf((char*)&p_buf[x], sizeof(p_buf) - x, "%02x ", p[ind]);
86 int ind = 0; local
92 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++) {
94 "%02x ", p[ind]);

Completed in 480 milliseconds