HomeSort by relevance Sort by last modified time
    Searched refs:BTADDR_SIZE (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_bluetooth_common.h 49 #define BTADDR_SIZE 18 // size of BT address character array (including null)
android_server_BluetoothService.cpp 360 char *context_address = (char *)calloc(BTADDR_SIZE, sizeof(char));
364 strlcpy(context_address, c_address, BTADDR_SIZE); // for callback
396 char *context_address = (char *)calloc(BTADDR_SIZE, sizeof(char));
400 strlcpy(context_address, c_address, BTADDR_SIZE); // for callback
    [all...]
android_bluetooth_BluetoothAudioGateway.cpp 214 char addr[BTADDR_SIZE];
android_bluetooth_BluetoothSocket.cpp 342 char addr_cstr[BTADDR_SIZE];

Completed in 29 milliseconds