Home
last modified time | relevance | path

Searched refs:pch (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_dm.cc2832 char* pch; in btif_dm_get_smp_config() local
2838 pch = strtok(conf, ","); in btif_dm_get_smp_config()
2839 if (pch != NULL) in btif_dm_get_smp_config()
2840 p_cfg->ble_auth_req = (uint8_t)strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2844 pch = strtok(NULL, ","); in btif_dm_get_smp_config()
2845 if (pch != NULL) in btif_dm_get_smp_config()
2846 p_cfg->ble_io_cap = (uint8_t)strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
2850 pch = strtok(NULL, ","); in btif_dm_get_smp_config()
2851 if (pch != NULL) in btif_dm_get_smp_config()
2852 p_cfg->ble_init_key = (uint8_t)strtoul(pch, &endptr, 16); in btif_dm_get_smp_config()
[all …]
/system/core/adb/
Dsysdeps_win32.cpp1504 static size_t _get_control_character(char* const pch, in _get_control_character() argument
1506 const size_t len = _get_non_control_char(pch, key_event, in _get_control_character()
1510 char ch = *pch; in _get_control_character()
1556 *pch = ch; in _get_control_character()