Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble.c2152 BOOLEAN BTM_BleDataSignature (BD_ADDR bd_addr, UINT8 *p_text, UINT16 len, in BTM_BleDataSignature() argument
2172 if (p_text) { in BTM_BleDataSignature()
2173 memcpy(p_buf, p_text, len); in BTM_BleDataSignature()
/system/bt/stack/include/
Dbtm_ble_api.h1256 extern BOOLEAN BTM_BleDataSignature (BD_ADDR bd_addr, UINT8 *p_text, UINT16 len,