Searched refs:pch (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_dm.c | 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() [all …]
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1494 static size_t _get_control_character(char* const pch, in _get_control_character() argument 1496 const size_t len = _get_non_control_char(pch, key_event, in _get_control_character() 1500 char ch = *pch; in _get_control_character() 1546 *pch = ch; in _get_control_character()
|