Searched defs:p_name (Results 1 - 23 of 23) sorted by relevance

/external/bluetooth/bluedroid/stack/pan/
H A Dpan_utils.c61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc) argument
100 (UINT8) (strlen(p_name) + 1), (UINT8 *)p_name);
131 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_NAP,
133 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_NAP,
143 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_GN,
145 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_GN,
155 if ((!BTM_SetSecurityLevel (TRUE, p_name, BTM_SEC_SERVICE_BNEP_PANU,
157 || (!BTM_SetSecurityLevel (FALSE, p_name, BTM_SEC_SERVICE_BNEP_PANU,
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_sdp.c100 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name) argument
103 UINT16 name_len = (UINT16) strlen (p_name);
110 ARRAY_TO_BE_STREAM (p, p_name, name_len);
125 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name) argument
131 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name);
151 name_len = (UINT16) strlen (p_name);
157 llcp_sdp_add_sdreq (tid, p_name);
172 llcp_sdp_add_sdreq (tid, p_name);
310 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length) argument
322 &&(!strncmp((char*)p_app_cb->p_service_name, p_name, lengt
[all...]
H A Dllcp_api.c1579 tLLCP_STATUS LLCP_DiscoverService (char *p_name, argument
1587 p_name);
1616 status = llcp_sdp_send_sdreq (llcp_cb.sdp_cb.transac[i].tid, p_name);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c204 char *p_name = NULL; local
208 p_name = (char *)p_srec->sec_bd_name;
210 return(p_name);
H A Dbtm_ble_gap.c1143 void btm_ble_read_remote_name_cmpl(BOOLEAN status, BD_ADDR bda, UINT16 length, char *p_name) argument
1149 memcpy((UINT8*)bd_name, p_name, length);
1157 btm_sec_rmt_name_request_complete (bda, (UINT8 *)p_name, hci_status);
H A Dbtm_devctl.c1557 tBTM_STATUS BTM_SetLocalDeviceName (char *p_name) argument
1561 if (!p_name || !p_name[0] || (strlen ((char *)p_name) > BD_NAME_LEN))
1571 if (p != (UINT8 *)p_name)
1573 BCM_STRNCPY_S(btm_cb.cfg.bd_name, sizeof(btm_cb.cfg.bd_name), p_name, BTM_MAX_LOC_BD_NAME_LEN);
1577 p = (UINT8 *)p_name;
1595 ** If success, BTM_SUCCESS is returned and p_name points stored
1598 ** is returned and p_name is set to NULL
1601 tBTM_STATUS BTM_ReadLocalDeviceName (char **p_name) argument
[all...]
H A Dbtm_sec.c84 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
407 ** p_name - Name of the service relevant only if
419 BOOLEAN BTM_SetUCDSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, argument
431 return(btm_sec_set_security_level (conn_type, p_name, service_id,
445 ** p_name - Name of the service relevant only if
457 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, argument
469 return(btm_sec_set_security_level (conn_type, p_name, service_id,
472 return(btm_sec_set_security_level (is_originator, p_name, service_id,
484 ** p_name - Name of the service relevant only if
496 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dgoep_fs.h91 char *p_name; /* Contains the addr of memory to copy name into */ member in struct:__anon1389
150 typedef void (tGOEP_OPEN_CBACK) (const UINT8 *p_name, UINT16 flags, UINT32 size,
/external/kernel-headers/original/linux/sunrpc/
H A Dclnt.h106 char * p_name; /* name of procedure */ member in struct:rpc_procinfo
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c379 UINT8 name_len, UINT8 *p_name)
407 ARRAY_TO_STREAM (p, p_name, name_len);
377 NDEF_MsgAppendMediaBtOobName(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BOOLEAN is_complete, UINT8 name_len, UINT8 *p_name) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_co.h124 char *p_name; /* Contains the addr of memory to copy name into */ member in struct:__anon701
H A Dbta_jv_api.h419 UINT8 *p_name; /* BTA_JV_LOCAL_NAME_EVT, member in union:__anon831
/external/bluetooth/bluedroid/main/
H A Dbte_conf.c45 void bte_trace_conf(char *p_name, char *p_conf_value);
193 char *p_name; local
209 p_name = strtok(line, CONF_DELIMITERS);
211 if (NULL == p_name)
220 ALOGW("bte_load_conf: missing value for name: %s", p_name);
229 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
233 p_entry->p_action(p_name, p_value);
243 bte_trace_conf(p_name, p_value);
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c578 void gap_ble_cl_op_cmpl(tGAP_CLCB *p_clcb, BOOLEAN status, UINT16 len, UINT8 *p_name) argument
596 (* p_dev_name_cback)(status, p_clcb->bda, len, (char *)p_name);
/external/tcpdump/
H A Daddrtoname.c164 const char *p_name; member in struct:protoidmem
574 if (tp->p_name)
575 return tp->p_name;
588 tp->p_name = strdup(buf);
589 return (tp->p_name);
778 tp->p_name = strdup(eproto_db[i].s);
784 if (tp->p_name != NULL)
787 tp->p_name = pl->name;
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h165 char p_name[2][BTA_SERVICE_NAME_LEN+1]; member in struct:__anon410
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c201 void BTA_DmSetDeviceName(char *p_name) argument
210 BCM_STRNCPY_S(p_msg->name, sizeof(p_msg->name), p_name, BD_NAME_LEN-1);
H A Dbta_dm_act.c824 char *p_name; local
831 p_name = BTM_SecReadDevName(p_data->bond.bd_addr);
832 if (!p_name)
833 p_name = "";
837 memcpy(sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN-1));
3099 static void bta_dm_local_name_cback(UINT8 *p_name) argument
3861 char *p_name = (char *)bta_dm_search_cb.peer_name; local
3865 if (*p_name == '\0')
3867 p_name = p_temp;
3869 return p_name;
[all...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c95 static void bta_jv_get_remote_device_name_cback(tBTM_REMOTE_DEV_NAME *p_name) argument
98 evt_data.p_name = p_name->remote_bd_name;
843 evt_data.p_name = (UINT8*)name;
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c929 char *p_name = NULL, *p_port = NULL; local
939 if (get_comindex(*av, &p_name, &p_port, &p_prefs) == -1)
941 src = get_sockaddr(family, p_name, p_port);
942 if (p_name) {
943 racoon_free(p_name);
944 p_name = NULL;
954 if (get_comindex(*av, &p_name, &p_port, &p_prefd) == -1)
956 dst = get_sockaddr(family, p_name, p_port);
957 if (p_name) {
958 racoon_free(p_name);
[all...]
/external/qemu/block/
H A Dvmdk.c113 const char *p_name, *cid_str; local
128 if ((p_name = strstr(desc,cid_str)) != NULL) {
129 p_name += cid_str_size;
130 sscanf(p_name,"%x",&cid);
139 char *p_name, *tmp_str; local
147 if ((p_name = strstr(desc,"CID")) != NULL) {
148 p_name += sizeof("CID");
149 snprintf(p_name, sizeof(desc) - (p_name - desc), "%x\n", cid);
181 char *p_name, *gd_bu local
340 char *p_name; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h175 char FAR * p_name; /* official protocol name */ member in struct:protoent
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c536 struct p_string p_name; member in struct:codeview_symbol::__anon14759
546 struct p_string p_name; member in struct:codeview_symbol::__anon14760
570 struct p_string p_name; member in struct:codeview_symbol::__anon14762
601 struct p_string p_name; member in struct:codeview_symbol::__anon14764
618 struct p_string p_name; member in struct:codeview_symbol::__anon14765
645 struct p_string p_name; member in struct:codeview_symbol::__anon14767
664 struct p_string p_name; member in struct:codeview_symbol::__anon14769
673 struct p_string p_name; member in struct:codeview_symbol::__anon14770
701 struct p_string p_name; member in struct:codeview_symbol::__anon14773
711 struct p_string p_name; member in struct:codeview_symbol::__anon14774
734 struct p_string p_name; member in struct:codeview_symbol::__anon14776
756 struct p_string p_name; member in struct:codeview_symbol::__anon14778
807 struct p_string p_name; member in struct:codeview_symbol::__anon14783
815 struct p_string p_name; member in struct:codeview_symbol::__anon14784
831 struct p_string p_name; member in struct:codeview_symbol::__anon14786
839 struct p_string p_name; member in struct:codeview_symbol::__anon14787
848 struct p_string p_name; member in struct:codeview_symbol::__anon14788
[all...]

Completed in 698 milliseconds