Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server_old.cc87 int blob_section; member
169 g_internal->characteristics[char_handle].blob_section = 0; in ServiceAddedCallback()
186 ctrl.blob_section = 0; in ServiceAddedCallback()
218 ch.blob_section == 0) { in RequestReadCallback()
224 std::min(ch.blob.size(), ch.blob_section * kMaxGattAttributeSize); in RequestReadCallback()
233 ch.blob_section, is_long); in RequestReadCallback()
275 g_internal->characteristics[target_blob->second].blob_section = ch.blob[0]; in RequestWriteCallback()