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

  /external/libnfc-nci/src/nfc/include/
llcp_api.h 352 ** Function LLCP_RegisterClient
363 LLCP_API extern UINT8 LLCP_RegisterClient (UINT8 link_type,
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 752 local_sap = LLCP_RegisterClient (p_msg->api_reg_client.link_type,
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 502 ** Function LLCP_RegisterClient
513 UINT8 LLCP_RegisterClient (UINT8 link_type,
520 LLCP_TRACE_API1 ("LLCP_RegisterClient (): link_type = 0x%x", link_type);
524 LLCP_TRACE_ERROR0 ("LLCP_RegisterClient (): Callback must be provided");
530 LLCP_TRACE_ERROR1 ("LLCP_RegisterClient (): link type (0x%x) must be specified", link_type);
548 LLCP_TRACE_ERROR0 ("LLCP_RegisterClient (): out of resource");
556 LLCP_TRACE_DEBUG1 ("LLCP_RegisterClient (): Registered SAP = 0x%02X", reg_sap);
    [all...]

Completed in 109 milliseconds