Searched refs:p_length (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/test/ |
D | ad_parser_unittest.cc | 112 uint8_t p_length; in TEST() local 114 AdvertiseDataParser::GetFieldByType(data0, 0x02, &p_length); in TEST() 116 EXPECT_EQ(2, p_length); in TEST() 122 data = AdvertiseDataParser::GetFieldByType(data1, 0x02, &p_length); in TEST() 124 EXPECT_EQ(0x01, p_length); in TEST() 127 data = AdvertiseDataParser::GetFieldByType(data1, 0x03, &p_length); in TEST() 129 EXPECT_EQ(0, p_length); in TEST()
|
/system/bt/stack/include/ |
D | advertise_data_parser.h | 112 uint8_t type, uint8_t* p_length) { in GetFieldByType() argument 125 *p_length = len - 1; /* minus the length of type */ in GetFieldByType() 132 *p_length = 0; in GetFieldByType() 141 uint8_t type, uint8_t* p_length) { in GetFieldByType() argument 142 return GetFieldByType(ad.data(), ad.size(), type, p_length); in GetFieldByType()
|
/system/nfc/src/nfa/include/ |
D | nfa_p2p_api.h | 384 extern tNFA_STATUS NFA_P2pFlushUI(tNFA_HANDLE handle, uint32_t* p_length); 436 extern tNFA_STATUS NFA_P2pFlushData(tNFA_HANDLE handle, uint32_t* p_length);
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_api.cc | 600 tNFA_STATUS NFA_P2pFlushUI(tNFA_HANDLE handle, uint32_t* p_length) { in NFA_P2pFlushUI() argument 613 *p_length = 0; in NFA_P2pFlushUI() 615 *p_length = LLCP_FlushLogicalLinkRxData((uint8_t)xx); in NFA_P2pFlushUI() 770 tNFA_STATUS NFA_P2pFlushData(tNFA_HANDLE handle, uint32_t* p_length) { in NFA_P2pFlushData() argument 786 *p_length = LLCP_FlushDataLinkRxData(nfa_p2p_cb.conn_cb[xx].local_sap, in NFA_P2pFlushData()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3263 uint8_t* p_length; in bta_dm_set_eir() local 3367 p_length = p++; in bta_dm_set_eir() 3398 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes16 + 1); in bta_dm_set_eir() 3407 p_length = p++; in bta_dm_set_eir() 3429 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes32 + 1); in bta_dm_set_eir() 3436 p_length = p++; in bta_dm_set_eir() 3458 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes128 + 1); in bta_dm_set_eir() 3481 p_length = p; in bta_dm_set_eir() 3491 p_length = NULL; in bta_dm_set_eir()
|