Lines Matching refs:pch
2954 char* pch; in btif_dm_get_smp_config() local
2960 if ((pch = strtok(conf, ",")) != NULL) in btif_dm_get_smp_config()
2961 p_cfg->ble_auth_req = (UINT8) strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2965 if ((pch = strtok(NULL, ",")) != NULL) in btif_dm_get_smp_config()
2966 p_cfg->ble_io_cap = (UINT8) strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2970 if ((pch = strtok(NULL, ",")) != NULL) in btif_dm_get_smp_config()
2971 p_cfg->ble_init_key = (UINT8) strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2975 if ((pch = strtok(NULL, ",")) != NULL) in btif_dm_get_smp_config()
2976 p_cfg->ble_resp_key = (UINT8) strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2980 if ((pch = strtok(NULL, ",")) != NULL) in btif_dm_get_smp_config()
2981 p_cfg->ble_max_key_size = (UINT8) strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()